phasicFlow/DEMSystems/CMakeLists.txt

14 lines
286 B
CMake
Raw Normal View History

2022-12-03 08:42:56 +00:00
set(SourceFiles
DEMSystem/DEMSystem.cpp
2022-12-09 22:02:54 +00:00
sphereDEMSystem/sphereDEMSystem.cpp
domainDistribute/domainDistribute.cpp
2022-12-03 08:42:56 +00:00
)
2022-12-06 15:20:47 +00:00
set(link_libs Kokkos::kokkos phasicFlow Particles Geometry Property Interaction Interaction Utilities)
2022-12-03 08:42:56 +00:00
pFlow_add_library_install(DEMSystems SourceFiles link_libs)