Skip to content
Snippets Groups Projects
Commit 106f3f80 authored by Andre Sailer's avatar Andre Sailer
Browse files

Rename library DD4hepPlugins --> DDCorePlugins

parent beee0460
No related branches found
No related tags found
No related merge requests found
......@@ -41,10 +41,10 @@ add_library(DDCore SHARED ${sources} ${parser_sources} )
target_link_libraries(DDCore ${ROOT_LIBRARIES} ${XML_LIBRARIES} ${DDSegmentation_LIBRARIES} Geom ${libraries})
## generates rootmap and installs the library
add_dd4hep_plugin(DD4hepPlugins SHARED ${plugin_sources})
target_link_libraries(DD4hepPlugins ${ROOT_LIBRARIES} ${XML_LIBRARIES} DDCore Geom ${libraries})
add_dd4hep_plugin(DDCorePlugins SHARED ${plugin_sources})
target_link_libraries(DDCorePlugins ${ROOT_LIBRARIES} ${XML_LIBRARIES} DDCore Geom ${libraries})
SET_TARGET_PROPERTIES( DDCore DD4hepPlugins PROPERTIES VERSION ${DD4hep_VERSION} SOVERSION ${DD4hep_SOVERSION})
SET_TARGET_PROPERTIES( DDCore DDCorePlugins PROPERTIES VERSION ${DD4hep_VERSION} SOVERSION ${DD4hep_SOVERSION})
#--- install target-------------------------------------
install(DIRECTORY include/DD4hep include/XML
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment