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

Merge branch 'cmake.InDetGeoModelUtils-20200414' into 'master'

InDetGeoModelUtils+BLM_GeoModel+BCM_GeoModel+LUCID_GeoModel+AFP_GeoModel: cmake fixes

See merge request !32019
parents df45a49a c7f97dfb
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!32019InDetGeoModelUtils+BLM_GeoModel+BCM_GeoModel+LUCID_GeoModel+AFP_GeoModel: cmake fixes
......@@ -29,7 +29,7 @@ atlas_add_library( AFP_GeoModelLib
PRIVATE_INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} ${GEOMODELCORE_INCLUDE_DIRS}
PRIVATE_DEFINITIONS ${CLHEP_DEFINITIONS}
LINK_LIBRARIES AthenaKernel ${GEOMODELCORE_LIBRARIES} GeoModelUtilities AFP_Geometry StoreGateLib SGtests
PRIVATE_LINK_LIBRARIES ${CLHEP_LIBRARIES} AthenaPoolUtilities GaudiKernel )
PRIVATE_LINK_LIBRARIES ${CLHEP_LIBRARIES} AthenaPoolUtilities GaudiKernel GeoPrimitives )
atlas_add_component( AFP_GeoModel
src/components/*.cxx
......
......@@ -28,7 +28,7 @@ atlas_add_library( LUCID_GeoModelLib
PUBLIC_HEADERS LUCID_GeoModel
PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS}
LINK_LIBRARIES ${EIGEN_LIBRARIES} ${GEOMODELCORE_LIBRARIES} GeoModelUtilities GaudiKernel StoreGateLib SGtests
PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} AthenaKernel SGTools )
PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} AthenaKernel SGTools RDBAccessSvcLib )
atlas_add_component( LUCID_GeoModel
src/components/*.cxx
......
......@@ -26,7 +26,7 @@ atlas_add_component( BCM_GeoModel
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${GEOMODELCORE_LIBRARIES} AthenaBaseComps AthenaKernel GaudiKernel GeoModelUtilities )
LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${GEOMODELCORE_LIBRARIES} AthenaBaseComps AthenaKernel GaudiKernel GeoModelUtilities RDBAccessSvcLib )
# Install files from the package:
atlas_install_headers( BCM_GeoModel )
......
......@@ -25,7 +25,8 @@ atlas_add_component( BLM_GeoModel
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${GEOMODELCORE_LIBRARIES} AthenaBaseComps AthenaKernel GaudiKernel GeoModelUtilities )
LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${GEOMODELCORE_LIBRARIES} AthenaBaseComps AthenaKernel GaudiKernel GeoModelUtilities
PRIVATE_LINK_LIBRARIES RDBAccessSvcLib )
# Install files from the package:
atlas_install_headers( BLM_GeoModel )
......
......@@ -29,6 +29,6 @@ atlas_add_library( InDetGeoModelUtils
PUBLIC_HEADERS InDetGeoModelUtils
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
DEFINITIONS ${CLHEP_DEFINITIONS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${CLHEP_LIBRARIES} ${GEOMODELCORE_LIBRARIES} AthenaKernel GaudiKernel StoreGateLib SGtests
PRIVATE_LINK_LIBRARIES GeoModelUtilities )
LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${CLHEP_LIBRARIES} ${GEOMODELCORE_LIBRARIES} AthenaKernel GaudiKernel StoreGateLib SGtests RDBAccessSvcLib GeoPrimitives
PRIVATE_LINK_LIBRARIES GeoModelUtilities GeometryDBSvcLib )
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