1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-06-22 16:28:30 +00:00
Files
phasicFlow/utilities/particlesPhasicFlow/CMakeLists.txt
hamidrezanorouzi 7f3b4e0e2c utilities added
2022-09-05 11:14:41 +04:30

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)