Files
phasicFlow/utilities/particlesPhasicFlow/CMakeLists.txt

12 lines
308 B
CMake
Raw Normal View History

2022-09-05 11:14:41 +04:30
set(source_files
2022-12-10 01:32:54 +03:30
particlesPhasicFlow.cpp
positionParticles/positionParticles.cpp
positionOrdered/positionOrdered.cpp
positionRandom/positionRandom.cpp
empty/empty.cpp
2022-09-05 11:14:41 +04:30
)
2022-12-03 12:12:56 +03:30
set(link_lib phasicFlow Kokkos::kokkos Interaction Utilities)
2022-09-05 11:14:41 +04:30
pFlow_make_executable_install(particlesPhasicFlow source_files link_lib)