phasicFlow/utilities/geometryPhasicFlow/CMakeLists.txt

13 lines
280 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
2022-11-25 07:43:29 +00:00
cuboidWall/cuboidWall.C
2022-09-05 06:44:41 +00:00
)
2022-12-03 08:42:56 +00:00
set(link_lib phasicFlow Geometry Kokkos::kokkos Utilities)
2022-09-05 06:44:41 +00:00
pFlow_make_executable_install(geometryPhasicFlow source_files link_lib)