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
e9bfd8ff
Commit
e9bfd8ff
authored
11 years ago
by
Frank Gaede
Browse files
Options
Downloads
Patches
Plain Diff
- set dependency to DD4hepCore only
parent
0030664d
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
DDSegmentation/CMakeLists.txt
+2
-1
2 additions, 1 deletion
DDSegmentation/CMakeLists.txt
with
2 additions
and
1 deletion
DDSegmentation/CMakeLists.txt
+
2
−
1
View file @
e9bfd8ff
...
...
@@ -8,7 +8,8 @@ file(GLOB sources src/*.cpp)
include
(
DD4hep_XML_setup
)
add_library
(
DDSegmentation SHARED
${
sources
}
)
target_link_libraries
(
DDSegmentation
${
DD4hep_LIBRARIES
}
${
ROOT_LIBRARIES
}
)
target_link_libraries
(
DDSegmentation DD4hepCore
${
ROOT_LIBRARIES
}
)
#target_link_libraries(DDSegmentation ${DD4hep_LIBRARIES} ${ROOT_LIBRARIES})
SET_TARGET_PROPERTIES
(
DDSegmentation PROPERTIES VERSION
${
DD4hep_VERSION
}
SOVERSION
${
DD4hep_SOVERSION
}
)
...
...
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