Skip to content
Snippets Groups Projects
Commit 374f93dd authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

ALFA_Geometry: cmake fixes

Library dependency fixes.
parent 58846062
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ atlas_add_library( ALFA_Geometry ...@@ -27,7 +27,7 @@ atlas_add_library( ALFA_Geometry
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
DEFINITIONS ${CLHEP_DEFINITIONS} DEFINITIONS ${CLHEP_DEFINITIONS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${CLHEP_LIBRARIES} AthenaKernel GaudiKernel StoreGateLib SGtests LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${CLHEP_LIBRARIES} AthenaKernel GaudiKernel StoreGateLib SGtests
PRIVATE_LINK_LIBRARIES PathResolver ) PRIVATE_LINK_LIBRARIES PathResolver GeoModelInterfaces RDBAccessSvcLib )
# Install files from the package: # Install files from the package:
atlas_install_runtime( share/metrology/*.dat ) atlas_install_runtime( share/metrology/*.dat )
......
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