Skip to content
Snippets Groups Projects
Commit bc1135fc authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'clidsvc.GeoModelExamples-20180929' into 'master'

GeoModelExamples: CLIDSvc -> AthenaKernel

See merge request atlas/athena!14609

Former-commit-id: 58a92564
parents 08ed7e9b 77578f38
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,7 @@ atlas_subdir( GeoModelExamples )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/CLIDSvc
Control/SGTools
Control/AthenaKernel
DetectorDescription/GeoModel/GeoModelKernel
DetectorDescription/GeoModel/GeoModelUtilities
PRIVATE
......@@ -26,11 +25,11 @@ atlas_add_library( GeoModelExamplesLib
PUBLIC_HEADERS GeoModelExamples
PRIVATE_INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
PRIVATE_DEFINITIONS ${CLHEP_DEFINITIONS}
LINK_LIBRARIES SGTools GeoModelKernel GeoModelUtilities StoreGateLib SGtests
LINK_LIBRARIES GeoModelKernel GeoModelUtilities StoreGateLib SGtests
PRIVATE_LINK_LIBRARIES ${CLHEP_LIBRARIES} Identifier GaudiKernel )
atlas_add_component( GeoModelExamples
src/components/*.cxx
INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${CLHEP_LIBRARIES} SGTools GeoModelKernel GeoModelUtilities StoreGateLib SGtests Identifier GaudiKernel GeoModelExamplesLib )
LINK_LIBRARIES ${CLHEP_LIBRARIES} GeoModelKernel GeoModelUtilities StoreGateLib SGtests Identifier GaudiKernel GeoModelExamplesLib )
......@@ -62,7 +62,7 @@ class ToyDetectorManager : public GeoVDetectorManager {
// Class ToyDetectorManager
#ifndef GAUDI_NEUTRAL
#include "CLIDSvc/CLASS_DEF.h"
#include "AthenaKernel/CLASS_DEF.h"
CLASS_DEF(ToyDetectorManager, 9876, 1)
#endif
......
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