Skip to content
Snippets Groups Projects
Commit 27504019 authored by Markus Frank's avatar Markus Frank
Browse files

Fix bug linking teveLCIO

parent 84e02190
No related branches found
No related tags found
Loading
......@@ -30,14 +30,21 @@ dd4hep_add_executable(test_surfaces
OPTIONAL [LCIO REQUIRED SOURCES src/test_surfaces.cpp])
#-----------------------------------------------------------------------------------
dd4hep_add_dictionary( G__teve
SOURCES src/EvNavHand*.h
SOURCES src/EvNavHandler.h
LINKDEF src/LinkDef.h )
#-----------------------------------------------------------------------------------
if ( ${DD4HEP_USE_LCIO} )
dd4hep_add_executable( teveLCIO
USES [ROOT REQUIRED COMPONENTS TEve]
[LCIO REQUIRED]
DDRec
SOURCES G__teve.cxx src/teve_display.cpp src/next_event_lcio.cpp
)
endif()
#-----------------------------------------------------------------------------------
dd4hep_add_executable( teveDisplay
USES [ROOT REQUIRED COMPONENTS TEve] DDRec
SOURCES src/teve_display.cpp src/next_event_dummy.cpp G__teve.cxx
)
#-----------------------------------------------------------------------------------
dd4hep_add_executable( teveLCIO
USES [ROOT REQUIRED COMPONENTS TEve] DDRec
OPTIONAL [LCIO REQUIRED SOURCES src/teve_display.cpp src/next_event_lcio.cpp G__teve.cxx] )
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