phasicFlow/utilities/postprocessPhasicFlow/CMakeLists.txt

14 lines
259 B
CMake
Raw Normal View History

2022-09-26 07:38:03 +00:00
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)