Skip to content
Snippets Groups Projects
Commit ac83b437 authored by Scott Snyder's avatar Scott Snyder Committed by Tadej Novak
Browse files

BCMPrimeReadoutGeometry: cmake fix

BCMPrimeReadoutGeometry: cmake fix

Fix dependency on GeoModelKernel.
parent f2494fd8
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir( BCMPrimeReadoutGeometry )
......@@ -9,6 +9,7 @@ find_package( GeoModel COMPONENTS GeoModelKernel )
atlas_add_library( BCMPrimeReadoutGeometry
src/*.cxx
PUBLIC_HEADERS BCMPrimeReadoutGeometry
INCLUDE_DIRS ${GEOMODEL_INCLUDE_DIRS}
LINK_LIBRARIES ${GEOMODEL_LIBRARIES} AthenaKernel GeoPrimitives
PRIVATE_LINK_LIBRARIES AthenaBaseComps AthenaPoolUtilities )
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