phasicFlow/DEMSystems/CMakeLists.txt

12 lines
212 B
CMake
Raw Normal View History

2022-12-03 08:42:56 +00:00
set(SourceFiles
sphereDEMSystem/sphereDEMSystem.C
)
set(link_libs Kokkos::kokkos phasicFlow Particles Geometry Property Interaction Interaction)
pFlow_add_library_install(DEMSystems SourceFiles link_libs)