mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
12 lines
246 B
CMake
12 lines
246 B
CMake
![]() |
|
||
|
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)
|