Files
phasicFlow/utilities/geometryPhasicFlow/CMakeLists.txt

13 lines
280 B
CMake
Raw Normal View History

2022-09-05 11:14:41 +04:30
set(source_files
geometryPhasicFlow.C
Wall/Wall.C
planeWall/planeWall.C
stlWall/stlWall.C
cylinderWall/cylinderWall.C
2022-11-25 11:13:29 +03:30
cuboidWall/cuboidWall.C
2022-09-05 11:14:41 +04:30
)
2022-12-03 12:12:56 +03:30
set(link_lib phasicFlow Geometry Kokkos::kokkos Utilities)
2022-09-05 11:14:41 +04:30
pFlow_make_executable_install(geometryPhasicFlow source_files link_lib)