1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-06-22 16:28:30 +00:00
Files
phasicFlow/solvers/iterateGeometry/CMakeLists.txt
hamidrezanorouzi cb3ac4b471 iterate geometry
2022-09-05 23:25:50 +04:30

8 lines
169 B
CMake

set(source_files
iterateGeometry.C
)
set(link_lib phasicFlow Geometry MotionModel Kokkos::kokkos)
pFlow_make_executable_install(iterateGeometry source_files link_lib)