phasicFlow/solvers/grainGranFlow/CMakeLists.txt

8 lines
208 B
CMake
Raw Permalink Normal View History

2024-11-17 06:49:40 +00:00
set(source_files
grainGranFlow.cpp
)
set(link_lib Kokkos::kokkos phasicFlow Particles Geometry Property Interaction Interaction Utilities)
pFlow_make_executable_install(grainGranFlow source_files link_lib)