Merge pull request #674 from akva2/add_flow_mpi_installation

Add flow mpi installation
This commit is contained in:
Atgeirr Flø Rasmussen 2016-05-02 10:59:47 +02:00
commit 7b85cb306a

View File

@ -92,6 +92,9 @@ macro (sources_hook)
${PROJECT_SOURCE_DIR}/examples/flow_mpi.cpp
${PROJECT_SOURCE_DIR}/examples/flow_multisegment_mpi.cpp
)
list (APPEND examples_SOURCES_DIST
${PROJECT_SOURCE_DIR}/examples/flow_mpi.cpp
)
endif()
endmacro (sources_hook)