1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-06-12 16:26:23 +00:00
Files
phasicFlow/thirdParty/Zoltan/example/CPP/CMakeLists.txt
2025-05-15 21:58:43 +03:30

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
)