1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-06-22 16:28:30 +00:00
Files
phasicFlow/utilities/geometryPhasicFlow/CMakeLists.txt
hamidrezanorouzi 7f3b4e0e2c utilities added
2022-09-05 11:14:41 +04:30

13 lines
267 B
CMake

set(source_files
geometryPhasicFlow.C
Wall/Wall.C
planeWall/planeWall.C
stlWall/stlWall.C
cylinderWall/zAxis.C
cylinderWall/cylinderWall.C
)
set(link_lib phasicFlow Geometry Kokkos::kokkos)
pFlow_make_executable_install(geometryPhasicFlow source_files link_lib)