mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
src folder
This commit is contained in:
16
src/Interaction/CMakeLists.txt
Normal file
16
src/Interaction/CMakeLists.txt
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
set(SourceFiles
|
||||
contactSearch/contactSearch/contactSearch.C
|
||||
contactSearch/ContactSearch/ContactSearchs.C
|
||||
interaction/interaction.C
|
||||
sphereInteraction/sphereInteractions.C
|
||||
)
|
||||
|
||||
set(link_libs Kokkos::kokkos phasicFlow Property Particles Geometry)
|
||||
|
||||
pFlow_add_library_install(Interaction SourceFiles link_libs)
|
||||
|
||||
#additional locations
|
||||
target_include_directories(Interaction PUBLIC "./contactSearch")
|
||||
|
||||
|
Reference in New Issue
Block a user