mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-12-08 06:57:54 +00:00
- this utility is not complete yet. - geometry should be ajusted to be converted separately
9 lines
168 B
CMake
9 lines
168 B
CMake
|
|
set(source_files
|
|
pFlowToVTK.cpp
|
|
#geometric.cpp
|
|
)
|
|
set(link_lib phasicFlow Kokkos::kokkos Utilities)
|
|
|
|
pFlow_make_executable_install(pFlowToVTK source_files link_lib)
|