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

ALFA_GeoModel: cmake fixes

Library dependency fixes.
parent 374f93dd
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ atlas_add_component( ALFA_GeoModel ...@@ -28,7 +28,7 @@ atlas_add_component( ALFA_GeoModel
src/*.cxx src/*.cxx
src/components/*.cxx src/components/*.cxx
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} ${GEOMODELCORE_INCLUDE_DIRS} INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} ${GEOMODELCORE_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${GEOMODELCORE_LIBRARIES} AthenaKernel AthenaPoolUtilities GeoModelUtilities ALFA_Geometry StoreGateLib SGtests GaudiKernel ) LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${GEOMODELCORE_LIBRARIES} AthenaKernel AthenaPoolUtilities GeoModelUtilities ALFA_Geometry StoreGateLib SGtests GaudiKernel RDBAccessSvcLib GeoPrimitives )
# Install files from the package: # Install files from the package:
atlas_install_headers( ALFA_GeoModel ) atlas_install_headers( ALFA_GeoModel )
......
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