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
f154a7ef
Commit
f154a7ef
authored
8 years ago
by
Marko Petric
Browse files
Options
Downloads
Patches
Plain Diff
Fix case for GUI to Gui
parent
46089cb9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
UtilityApps/CMakeLists.txt
+2
-2
2 additions, 2 deletions
UtilityApps/CMakeLists.txt
with
3 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
f154a7ef
...
...
@@ -37,7 +37,7 @@ dd4hep_configure_output( OUTPUT "${PROJECT_BINARY_DIR}" INSTALL "${CMAKE_INSTALL
#
# Include ROOT
#
find_package
(
ROOT REQUIRED COMPONENTS Geom GenVector Eve G
UI
Graf3d Rgl
)
find_package
(
ROOT REQUIRED COMPONENTS Geom GenVector Eve G
ui
Graf3d Rgl
)
include
(
${
ROOT_USE_FILE
}
)
message
(
STATUS
"ROOT_VERSION:
${
ROOT_VERSION
}
"
)
add_subdirectory
(
GaudiPluginService
)
...
...
This diff is collapsed.
Click to expand it.
UtilityApps/CMakeLists.txt
+
2
−
2
View file @
f154a7ef
...
...
@@ -46,7 +46,7 @@ if ( ${DD4HEP_USE_LCIO} )
SOURCES src/EvNavHandler.h
LINKDEF src/LinkDef.h
)
dd4hep_add_executable
(
teveLCIO
USES [ROOT REQUIRED COMPONENTS Eve G
UI
Graf3d Rgl]
USES [ROOT REQUIRED COMPONENTS Eve G
ui
Graf3d Rgl]
[LCIO REQUIRED]
DDRec
GENERATED G__eve1.cxx
...
...
@@ -56,7 +56,7 @@ endif()
#-----------------------------------------------------------------------------------
dd4hep_add_executable
(
teveDisplay
USES [ROOT REQUIRED COMPONENTS Eve G
UI
Graf3d Rgl] DDRec
USES [ROOT REQUIRED COMPONENTS Eve G
ui
Graf3d Rgl] DDRec
GENERATED G__eve.cxx
SOURCES src/teve_display.cpp src/next_event_dummy.cpp
)
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