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
591fc9ed
Commit
591fc9ed
authored
5 years ago
by
Andre Sailer
Committed by
Marko Petric
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
DDRec.CMake: add some missing DD4hep:: prefixes
parent
77818ac1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDRec/CMakeLists.txt
+2
-2
2 additions, 2 deletions
DDRec/CMakeLists.txt
with
2 additions
and
2 deletions
DDRec/CMakeLists.txt
+
2
−
2
View file @
591fc9ed
...
@@ -16,7 +16,7 @@ dd4hep_add_dictionary( G__DDRec
...
@@ -16,7 +16,7 @@ dd4hep_add_dictionary( G__DDRec
SOURCES ../DDCore/include/ROOT/Warnings.h
SOURCES ../DDCore/include/ROOT/Warnings.h
GENERATED src/RecDictionary.h
GENERATED src/RecDictionary.h
LINKDEF ../DDCore/include/ROOT/LinkDef.h
LINKDEF ../DDCore/include/ROOT/LinkDef.h
USES DD
Core
DDParsers
USES DD
4hep::DDCore DD4hep::
DDParsers
)
)
file
(
GLOB DDRec_SOURCES src/*.cpp
)
file
(
GLOB DDRec_SOURCES src/*.cpp
)
...
@@ -41,7 +41,7 @@ TARGET_INCLUDE_DIRECTORIES(DDRec
...
@@ -41,7 +41,7 @@ TARGET_INCLUDE_DIRECTORIES(DDRec
)
)
TARGET_LINK_LIBRARIES
(
DDRec PUBLIC
TARGET_LINK_LIBRARIES
(
DDRec PUBLIC
DDCore
DD4hep::
DDCore
${
GEAR_LIBRARIES
}
${
GEAR_LIBRARIES
}
${
GEAR_COMPONENT_LIBRARIES
}
${
GEAR_COMPONENT_LIBRARIES
}
)
)
...
...
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