added conanfile

This commit is contained in:
AndreaRigoni
2026-02-20 17:27:30 +00:00
parent c526f61f8c
commit 5ae2e106ab
9 changed files with 28 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ set(SOURCES uLibVtkInterface.cxx
vtkVoxRaytracerRepresentation.cpp
vtkVoxImage.cpp)
set(LIBRARIES ${Eigen_LIBRARY}
set(LIBRARIES Eigen3::Eigen
${ROOT_LIBRARIES}
${VTK_LIBRARIES}
${PACKAGE_LIBPREFIX}Math)