Files
phasicFlow/src/Interaction/CMakeLists.txt

23 lines
706 B
CMake
Raw Normal View History

2022-09-05 01:56:29 +04:30
set(SourceFiles
contactSearch/methods/cellBased/NBS/mapperNBS.cpp
contactSearch/methods/cellBased/NBS/mapperNBSKernels.cpp
contactSearch/methods/cellBased/NBS/NBSLevel0.cpp
contactSearch/methods/cellBased/NBS/NBS.cpp
contactSearch/methods/cellBased/NBS/cellsWallLevel0.cpp
2022-12-10 01:32:54 +03:30
contactSearch/contactSearch/contactSearch.cpp
contactSearch/boundaries/searchBoundary.cpp
2022-12-10 01:32:54 +03:30
contactSearch/ContactSearch/ContactSearchs.cpp
interaction/interaction.cpp
sphereInteraction/sphereInteractions.cpp
2022-09-05 01:56:29 +04:30
)
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")