Files
phasicFlow/src/Integration/CMakeLists.txt
hamidrezanorouzi ac5c3f08af src folder
2022-09-05 01:56:29 +04:30

14 lines
230 B
CMake

list(APPEND SourceFiles
integration/integration.C
AdamsBashforth3/AdamsBashforth3.C
AdamsBashforth2/AdamsBashforth2.C
)
set(link_libs Kokkos::kokkos phasicFlow)
pFlow_add_library_install(Integration SourceFiles link_libs)