mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
.github
DEMSystems
benchmarks
cmake
doc
solvers
iterateGeometry
iterateSphereParticles
CMakeLists.txt
createDEMComponents.hpp
iterateSphereParticles.cpp
sphereGranFlow
CMakeLists.txt
src
tutorials
utilities
.gitignore
CMakeLists.txt
LICENSE
README.md
phasicFlowConfig.H.in
8 lines
149 B
CMake
8 lines
149 B
CMake
|
|
set(source_files
|
|
iterateSphereParticles.cpp
|
|
)
|
|
set(link_lib Particles)
|
|
|
|
pFlow_make_executable_install(iterateSphereParticles source_files link_lib)
|