Files
phasicFlow/src/Particles/CMakeLists.txt

23 lines
602 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/baseShapeNames.cpp
particles/shape.cpp
2022-12-10 01:32:54 +03:30
particles/particles.cpp
2024-01-21 13:26:23 -08:00
#particles/particleIdHandler.cpp
SphereParticles/sphereShape/sphereShape.cpp
SphereParticles/sphereParticles/sphereParticles.cpp
2024-01-21 13:26:23 -08:00
#Insertion/shapeMixture/shapeMixture.cpp
#Insertion/insertion/insertion.cpp
#Insertion/Insertion/Insertions.cpp
#Insertion/insertionRegion/insertionRegion.cpp
#Insertion/insertionRegion/timeFlowControl.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)