25 lines
747 B
CMake
25 lines
747 B
CMake
|
|
set(SourceFiles
|
|
dynamicPointStructure/dynamicPointStructure.cpp
|
|
particles/shape/baseShapeNames.cpp
|
|
particles/shape/shape.cpp
|
|
particles/particles.cpp
|
|
particles/particleIdHandler/particleIdHandler.cpp
|
|
particles/regularParticleIdHandler/regularParticleIdHandler.cpp
|
|
SphereParticles/sphereShape/sphereShape.cpp
|
|
SphereParticles/sphereParticles/sphereParticles.cpp
|
|
SphereParticles/sphereParticles/sphereParticlesKernels.cpp
|
|
Insertion/collisionCheck/collisionCheck.cpp
|
|
Insertion/insertionRegion/insertionRegion.cpp
|
|
Insertion/insertion/insertion.cpp
|
|
Insertion/shapeMixture/shapeMixture.cpp
|
|
Insertion/Insertion/Insertions.cpp
|
|
)
|
|
|
|
set(link_libs Kokkos::kokkos phasicFlow Integration Property)
|
|
|
|
pFlow_add_library_install(Particles SourceFiles link_libs)
|
|
|
|
|
|
|