mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-18 03:17:04 +00:00
8 lines
179 B
CMake
8 lines
179 B
CMake
|
|
set(source_files
|
|
iterateGeometry.C
|
|
)
|
|
set(link_lib phasicFlow Geometry MotionModel Kokkos::kokkos Utilities)
|
|
|
|
pFlow_make_executable_install(iterateGeometry source_files link_lib)
|