1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-06-22 16:28:30 +00:00
Files
phasicFlow/utilities/Utilities/CMakeLists.txt
2022-09-26 11:08:03 +03:30

14 lines
176 B
CMake

set(SourceFiles
vtkFile.C
readFromTimeFolder.C
)
set(link_libs Kokkos::kokkos phasicFlow Particles Geometry)
pFlow_add_library_install(Utilities SourceFiles link_libs)