Skip to content
Snippets Groups Projects
Commit 2f2d7750 authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (SCTExtension-00-00-03)

parent 73e5d898
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: SCTExtension
################################################################################
# Declare the package name:
atlas_subdir( SCTExtension )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/AthenaBaseComps
GaudiKernel
PRIVATE
Event/xAOD/xAODTracking
InnerDetector/InDetRecEvent/InDetPrepRawData
InnerDetector/InDetRecEvent/InDetRIO_OnTrack
Tracking/TrkEvent/TrkMeasurementBase
Tracking/TrkEvent/TrkTrack )
# Component(s) in the package:
atlas_add_component( SCTExtension
src/*.cxx
src/components/*.cxx
LINK_LIBRARIES AthenaBaseComps GaudiKernel xAODTracking InDetPrepRawData InDetRIO_OnTrack TrkMeasurementBase TrkTrack )
# Install files from the package:
atlas_install_headers( SCTExtension )
atlas_install_joboptions( share/*.py )
......@@ -2,7 +2,7 @@
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
#ifndef SCTEtensionAlg_H
#ifndef SCTExtensionAlg_H
#define SCTExtensionAlg_H
#include "AthenaBaseComps/AthAlgorithm.h"
......
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