mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
utilities added
This commit is contained in:
12
utilities/geometryPhasicFlow/CMakeLists.txt
Normal file
12
utilities/geometryPhasicFlow/CMakeLists.txt
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
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)
|
Reference in New Issue
Block a user