1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-06-22 16:28:30 +00:00
Files
phasicFlow/utilities/postprocessPhasicFlow/CMakeLists.txt
2022-12-10 01:32:54 +03:30

14 lines
271 B
CMake

set(source_files
postprocessPhasicFlow.cpp
postprocess.cpp
processField.cpp
ProcessFields.cpp
includeMask.cpp
IncludeMasks.cpp
)
set(link_lib phasicFlow Interaction Kokkos::kokkos Utilities)
pFlow_make_executable_install(postprocessPhasicFlow source_files link_lib)