mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
12 lines
288 B
CMake
12 lines
288 B
CMake
|
|
set(source_files
|
|
particlesPhasicFlow.C
|
|
positionParticles/positionParticles.C
|
|
positionOrdered/positionOrdered.C
|
|
positionRandom/positionRandom.C
|
|
empty/empty.C
|
|
)
|
|
set(link_lib phasicFlow Kokkos::kokkos Interaction)
|
|
|
|
pFlow_make_executable_install(particlesPhasicFlow source_files link_lib)
|