Skip to content
Snippets Groups Projects
Commit 7b46b456 authored by Marko Petric's avatar Marko Petric
Browse files

Add missing link to EG (TParticle and TDatabasePDG)

parent 58f14172
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ dd4hep_configure_output( OUTPUT "${PROJECT_BINARY_DIR}" INSTALL "${CMAKE_INSTALL
#
# Include ROOT
#
find_package ( ROOT REQUIRED COMPONENTS Geom GenVector Eve Gui Graf3d RGL)
find_package ( ROOT REQUIRED COMPONENTS Geom GenVector Eve Gui Graf3d RGL EG)
include(${ROOT_USE_FILE})
message ( STATUS "ROOT_VERSION: ${ROOT_VERSION}" )
add_subdirectory ( GaudiPluginService)
......
......@@ -10,7 +10,7 @@
#
#==========================================================================
dd4hep_package( DDEve
USES DDCore [ROOT REQUIRED COMPONENTS Eve Gui Graf3d RGL]
USES DDCore [ROOT REQUIRED COMPONENTS Eve Gui Graf3d RGL EG]
INCLUDE_DIRS include
INSTALL_INCLUDES include/DDEve)
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment