1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-06-22 16:28:30 +00:00
Files
phasicFlow/solvers/sphereGranFlow/CMakeLists.txt
hamidrezanorouzi fb3fcf5945 sphereGranFlow added
2022-09-05 10:31:53 +04:30

8 lines
198 B
CMake

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