mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
12 lines
222 B
CMake
12 lines
222 B
CMake
|
|
set(SourceFiles
|
|
sphereDEMSystem/sphereDEMSystem.C
|
|
)
|
|
|
|
set(link_libs Kokkos::kokkos phasicFlow Particles Geometry Property Interaction Interaction Utilities)
|
|
|
|
pFlow_add_library_install(DEMSystems SourceFiles link_libs)
|
|
|
|
|
|
|