mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
utilities added
This commit is contained in:
11
utilities/particlesPhasicFlow/CMakeLists.txt
Normal file
11
utilities/particlesPhasicFlow/CMakeLists.txt
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
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)
|
Reference in New Issue
Block a user