phasicFlow/solvers/sphereGranFlow/CMakeLists.txt

8 lines
210 B
CMake
Raw Normal View History

2022-09-05 06:01:53 +00:00
set(source_files
2022-12-09 22:02:54 +00:00
sphereGranFlow.cpp
2022-09-05 06:01:53 +00:00
)
2022-12-03 08:42:56 +00:00
set(link_lib Kokkos::kokkos phasicFlow Particles Geometry Property Interaction Interaction Utilities)
2022-09-05 06:01:53 +00:00
pFlow_make_executable_install(sphereGranFlow source_files link_lib)