mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
13 lines
210 B
CMake
13 lines
210 B
CMake
|
|
TRIBITS_ADD_EXECUTABLE_AND_TEST(
|
|
exampleBLOCK
|
|
SOURCES exampleBLOCK.cpp
|
|
ARGS
|
|
COMM serial mpi
|
|
NUM_MPI_PROCS 1-4
|
|
)
|
|
|
|
TRIBITS_COPY_FILES_TO_BINARY_DIR(CPPExamplesCopyFile
|
|
SOURCE_FILES objects.txt
|
|
)
|