1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-06-22 16:28:30 +00:00
Files
phasicFlow/utilities/geometryPhasicFlow/CMakeLists.txt

8 lines
176 B
CMake

set(source_files
geometryPhasicFlow.cpp
)
set(link_lib phasicFlow Geometry Kokkos::kokkos Utilities)
pFlow_make_executable_install(geometryPhasicFlow source_files link_lib)