Files
phasicFlow/src/Particles/CMakeLists.txt

24 lines
703 B
CMake
Raw Normal View History

2022-09-05 01:56:29 +04:30
set(SourceFiles
2022-12-10 01:32:54 +03:30
dynamicPointStructure/dynamicPointStructure.cpp
particles/shape/baseShapeNames.cpp
particles/shape/shape.cpp
2022-12-10 01:32:54 +03:30
particles/particles.cpp
particles/particleIdHandler/particleIdHandler.cpp
particles/regularParticleIdHandler/regularParticleIdHandler.cpp
SphereParticles/sphereShape/sphereShape.cpp
SphereParticles/sphereParticles/sphereParticles.cpp
2024-01-26 01:10:10 -08:00
SphereParticles/sphereParticles/sphereParticlesKernels.cpp
Insertion/insertionRegion/insertionRegion.cpp
Insertion/insertion/insertion.cpp
Insertion/shapeMixture/shapeMixture.cpp
Insertion/Insertion/Insertions.cpp
2022-09-05 01:56:29 +04:30
)
set(link_libs Kokkos::kokkos phasicFlow Integration Property)
pFlow_add_library_install(Particles SourceFiles link_libs)