mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
23 lines
602 B
CMake
23 lines
602 B
CMake
|
|
set(SourceFiles
|
|
dynamicPointStructure/dynamicPointStructure.cpp
|
|
particles/baseShapeNames.cpp
|
|
particles/shape.cpp
|
|
particles/particles.cpp
|
|
#particles/particleIdHandler.cpp
|
|
SphereParticles/sphereShape/sphereShape.cpp
|
|
SphereParticles/sphereParticles/sphereParticles.cpp
|
|
#Insertion/shapeMixture/shapeMixture.cpp
|
|
#Insertion/insertion/insertion.cpp
|
|
#Insertion/Insertion/Insertions.cpp
|
|
#Insertion/insertionRegion/insertionRegion.cpp
|
|
#Insertion/insertionRegion/timeFlowControl.cpp
|
|
)
|
|
|
|
set(link_libs Kokkos::kokkos phasicFlow Integration Property)
|
|
|
|
pFlow_add_library_install(Particles SourceFiles link_libs)
|
|
|
|
|
|
|