mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
14 lines
259 B
CMake
14 lines
259 B
CMake
|
|
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)
|