Files
phasicFlow/DEMSystems/CMakeLists.txt
2022-12-10 01:32:54 +03:30

12 lines
224 B
CMake

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