Files
phasicFlow/src/Geometry/CMakeLists.txt

13 lines
206 B
CMake
Raw Normal View History

2022-09-05 01:56:29 +04:30
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)