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

AFP_GeoModel: cmake fixes

Library dependency fixes.
parent c16918af
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ atlas_add_library( AFP_GeoModelLib ...@@ -29,7 +29,7 @@ atlas_add_library( AFP_GeoModelLib
PRIVATE_INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} ${GEOMODELCORE_INCLUDE_DIRS} PRIVATE_INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} ${GEOMODELCORE_INCLUDE_DIRS}
PRIVATE_DEFINITIONS ${CLHEP_DEFINITIONS} PRIVATE_DEFINITIONS ${CLHEP_DEFINITIONS}
LINK_LIBRARIES AthenaKernel ${GEOMODELCORE_LIBRARIES} GeoModelUtilities AFP_Geometry StoreGateLib SGtests 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 atlas_add_component( AFP_GeoModel
src/components/*.cxx src/components/*.cxx
......
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