Files
phasicFlow/DEMSystems/CMakeLists.txt

15 lines
327 B
CMake
Raw Normal View History

2022-12-03 12:12:56 +03:30
set(SourceFiles
DEMSystem/DEMSystem.cpp
2022-12-10 01:32:54 +03:30
sphereDEMSystem/sphereDEMSystem.cpp
sphereDEMSystem/sphereFluidParticles.cpp
domainDistribute/domainDistribute.cpp
2022-12-03 12:12:56 +03:30
)
2022-12-06 18:50:47 +03:30
set(link_libs Kokkos::kokkos phasicFlow Particles Geometry Property Interaction Interaction Utilities)
2022-12-03 12:12:56 +03:30
pFlow_add_library_install(DEMSystems SourceFiles link_libs)