mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
17 lines
397 B
CMake
17 lines
397 B
CMake
![]() |
|
||
|
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")
|
||
|
|
||
|
|