mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
8 lines
208 B
CMake
8 lines
208 B
CMake
![]() |
|
||
|
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)
|