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

@@ -32,7 +32,7 @@ set(SOURCES VoxRaytracer.cpp
Structured2DGrid.cpp
Structured4DGrid.cpp)
set(LIBRARIES ${Eigen_LIBRARY}
set(LIBRARIES Eigen3::Eigen
${ROOT_LIBRARIES}
${VTK_LIBRARIES})