1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-07-08 03:07:03 +00:00
Files
.github
DEMSystems
benchmarks
cmake
doc
solvers
grainGranFlow
CMakeLists.txt
createDEMComponents.hpp
grainGranFlow.cpp
iterateGeometry
iterateSphereParticles
sphereGranFlow
CMakeLists.txt
src
tutorials
utilities
.gitignore
CMakeLists.txt
LICENSE
README.md
phasicFlowConfig.H.in
phasicFlow/solvers/grainGranFlow/CMakeLists.txt
2024-11-17 10:19:40 +03:30

8 lines
208 B
CMake
Executable File

set(source_files
grainGranFlow.cpp
)
set(link_lib Kokkos::kokkos phasicFlow Particles Geometry Property Interaction Interaction Utilities)
pFlow_make_executable_install(grainGranFlow source_files link_lib)