mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
14 lines
230 B
CMake
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)
|
|
|
|
|
|
|