1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-07-18 03:17:04 +00:00
Files
phasicFlow/DEMSystems/CMakeLists.txt
2022-12-24 15:00:00 +03:30

14 lines
286 B
CMake

set(SourceFiles
DEMSystem/DEMSystem.cpp
sphereDEMSystem/sphereDEMSystem.cpp
domainDistribute/domainDistribute.cpp
)
set(link_libs Kokkos::kokkos phasicFlow Particles Geometry Property Interaction Interaction Utilities)
pFlow_add_library_install(DEMSystems SourceFiles link_libs)