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
0c8f2e0b
Commit
0c8f2e0b
authored
9 years ago
by
Markus Frank
Browse files
Options
Downloads
Patches
Plain Diff
Fix C++ compile flags for plugin manager
parent
14e7c3f9
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
GaudiPluginService/CMakeLists.txt
+1
-0
1 addition, 0 deletions
GaudiPluginService/CMakeLists.txt
with
1 addition
and
0 deletions
GaudiPluginService/CMakeLists.txt
+
1
−
0
View file @
0c8f2e0b
...
...
@@ -6,6 +6,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR})
#add_library(DD4hepGaudiPluginMgr SHARED src/PluginService.cpp src/capi_pluginservice.cpp interface/DD4hep.cpp)
add_library
(
DD4hepGaudiPluginMgr SHARED src/PluginService.cpp interface/DD4hep.cpp
)
add_definitions
(
-DGaudi=DD4hep_Flavor
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++11"
)
target_link_libraries
(
DD4hepGaudiPluginMgr
${
CMAKE_DL_LIBS
}
)
SET_TARGET_PROPERTIES
(
DD4hepGaudiPluginMgr 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