Files
phasicFlow/src/Geometry/CMakeLists.txt
hamidrezanorouzi ac5c3f08af src folder
2022-09-05 01:56:29 +04:30

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)