mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-18 03:17:04 +00:00
14 lines
286 B
CMake
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)
|
|
|
|
|
|
|