1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-07-08 03:07:03 +00:00
Files
.github
DEMSystems
benchmarks
cmake
doc
solvers
src
tutorials
utilities
Utilities
checkPhasicFlow
geometryPhasicFlow
CMakeLists.txt
geometryPhasicFlow.cpp
pFlowToVTK
particlesPhasicFlow
postprocessPhasicFlow
CMakeLists.txt
.gitignore
CMakeLists.txt
LICENSE
README.md
phasicFlowConfig.H.in
phasicFlow/utilities/geometryPhasicFlow/CMakeLists.txt
2024-02-05 21:28:30 -08:00

8 lines
176 B
CMake

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