phasicFlow/utilities/geometryPhasicFlow/CMakeLists.txt

12 lines
246 B
CMake
Raw Normal View History

2022-09-05 06:44:41 +00:00
set(source_files
geometryPhasicFlow.C
Wall/Wall.C
planeWall/planeWall.C
stlWall/stlWall.C
cylinderWall/cylinderWall.C
)
set(link_lib phasicFlow Geometry Kokkos::kokkos)
pFlow_make_executable_install(geometryPhasicFlow source_files link_lib)