1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-06-22 16:28:30 +00:00
Files
.github
DEMSystems
benchmarks
cmake
doc
solvers
iterateGeometry
sphereGranFlow
CMakeLists.txt
createDEMComponents.hpp
sphereGranFlow.cpp
CMakeLists.txt
src
tutorials
utilities
.gitignore
CMakeLists.txt
LICENSE
README.md
phasicFlowConfig.H.in
phasicFlow/solvers/sphereGranFlow/CMakeLists.txt
2022-12-10 01:32:54 +03:30

8 lines
210 B
CMake

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