Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
27504019
Commit
27504019
authored
9 years ago
by
Markus Frank
Browse files
Options
Downloads
Patches
Plain Diff
Fix bug linking teveLCIO
parent
84e02190
No related branches found
Branches containing commit
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
UtilityApps/CMakeLists.txt
+12
-5
12 additions, 5 deletions
UtilityApps/CMakeLists.txt
with
12 additions
and
5 deletions
UtilityApps/CMakeLists.txt
+
12
−
5
View file @
27504019
...
...
@@ -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/EvNavHand
ler
.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]
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment