8 lines
198 B
CMake
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)
|