Files
phasicFlow/solvers/sphereGranFlow/CMakeLists.txt

8 lines
208 B
CMake
Raw Normal View History

2022-09-05 10:31:53 +04:30
set(source_files
sphereGranFlow.C
)
2022-12-03 12:12:56 +03:30
set(link_lib Kokkos::kokkos phasicFlow Particles Geometry Property Interaction Interaction Utilities)
2022-09-05 10:31:53 +04:30
pFlow_make_executable_install(sphereGranFlow source_files link_lib)