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
561a7329
Commit
561a7329
authored
10 years ago
by
Frank Gaede
Browse files
Options
Downloads
Patches
Plain Diff
- added DD4hepG4 library dependence to DDEve
parent
dff9672e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDEve/CMakeLists.txt
+1
-1
1 addition, 1 deletion
DDEve/CMakeLists.txt
with
1 addition
and
1 deletion
DDEve/CMakeLists.txt
+
1
−
1
View file @
561a7329
...
@@ -44,7 +44,7 @@ root_generate_dictionary( G__DDEve ${headers} LINKDEF ${CMAKE_SOURCE_DIR}/DDCore
...
@@ -44,7 +44,7 @@ root_generate_dictionary( G__DDEve ${headers} LINKDEF ${CMAKE_SOURCE_DIR}/DDCore
list
(
APPEND sources G__DDEve.cxx
)
list
(
APPEND sources G__DDEve.cxx
)
add_library
(
DD4hepEve SHARED
${
sources
}
)
add_library
(
DD4hepEve SHARED
${
sources
}
)
target_link_libraries
(
DD4hepEve DD4hepCore
${
ROOT_EVE_LIBRARIES
}
-lFTGL
${
LCIO_LIBRARIES
}
)
target_link_libraries
(
DD4hepEve DD4hepCore
DD4hepG4
${
ROOT_EVE_LIBRARIES
}
-lFTGL
${
LCIO_LIBRARIES
}
)
SET
(
CMAKE_CXX_FLAGS
"-Wall -Wextra -pedantic -Wno-long-long"
)
SET
(
CMAKE_CXX_FLAGS
"-Wall -Wextra -pedantic -Wno-long-long"
)
SET_TARGET_PROPERTIES
(
DD4hepEve PROPERTIES VERSION
${
DD4hep_VERSION
}
SOVERSION
${
DD4hep_SOVERSION
}
)
SET_TARGET_PROPERTIES
(
DD4hepEve 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