Files
phasicFlow/utilities/postprocessPhasicFlow/CMakeLists.txt

14 lines
259 B
CMake
Raw Normal View History

2022-09-26 11:08:03 +03:30
set(source_files
postprocessPhasicFlow.C
postprocess.C
processField.C
ProcessFields.C
includeMask.C
IncludeMasks.C
)
set(link_lib phasicFlow Interaction Kokkos::kokkos Utilities)
pFlow_make_executable_install(postprocessPhasicFlow source_files link_lib)