mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
13 lines
206 B
CMake
13 lines
206 B
CMake
|
|
list(APPEND SourceFiles
|
|
geometry/geometry.C
|
|
geometryMotion/geometryMotions.C
|
|
)
|
|
|
|
set(link_libs Kokkos::kokkos phasicFlow MotionModel Property)
|
|
|
|
pFlow_add_library_install(Geometry SourceFiles link_libs)
|
|
|
|
|
|
|