Files
phasicFlow/utilities/pFlowToVTK/CMakeLists.txt
Hamidreza Norouzi f288f812fd pFlowToVTK is added
- this utility is not complete yet.
- geometry should be ajusted to be converted separately
2024-03-29 13:50:02 -07:00

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)