mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
8 lines
151 B
CMake
8 lines
151 B
CMake
|
|
set(source_files
|
|
checkPhasicFlow.cpp
|
|
)
|
|
set(link_lib phasicFlow Kokkos::kokkos)
|
|
|
|
pFlow_make_executable_install(checkPhasicFlow source_files link_lib)
|