mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
8 lines
181 B
CMake
8 lines
181 B
CMake
|
|
set(source_files
|
|
iterateGeometry.cpp
|
|
)
|
|
set(link_lib phasicFlow Geometry MotionModel Kokkos::kokkos Utilities)
|
|
|
|
pFlow_make_executable_install(iterateGeometry source_files link_lib)
|