mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
14 lines
271 B
CMake
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)
|