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
7b46b456
Commit
7b46b456
authored
8 years ago
by
Marko Petric
Browse files
Options
Downloads
Patches
Plain Diff
Add missing link to EG (TParticle and TDatabasePDG)
parent
58f14172
No related branches found
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
DDEve/CMakeLists.txt
+1
-1
1 addition, 1 deletion
DDEve/CMakeLists.txt
with
2 additions
and
2 deletions
CMakeLists.txt
+
1
−
1
View file @
7b46b456
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
DDEve/CMakeLists.txt
+
1
−
1
View file @
7b46b456
...
...
@@ -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
)
#
...
...
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