Skip to content
Snippets Groups Projects

BCMPrimeReadoutGeometry: cmake fix

1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
# 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 )
Loading