add VTK save early

This commit is contained in:
AndreaRigoni
2025-09-02 12:42:46 +02:00
parent 820730bc84
commit b86e27a9c4
4 changed files with 42 additions and 1 deletions

View File

@@ -32,7 +32,8 @@ set(SOURCES VoxRaytracer.cpp
Structured4DGrid.cpp)
set(LIBRARIES ${Eigen_LIBRARY}
${ROOT_LIBRARIES})
${ROOT_LIBRARIES}
${VTK_LIBRARIES})
set(libname ${PACKAGE_LIBPREFIX}Math)
set(ULIB_SHARED_LIBRARIES ${ULIB_SHARED_LIBRARIES} ${libname} PARENT_SCOPE)