1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-06-22 16:28:30 +00:00
Files
phasicFlow/DEMSystems/CMakeLists.txt
2023-01-02 14:31:40 +03:30

15 lines
327 B
CMake

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