phasicFlow/DEMSystems/CMakeLists.txt

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)