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

'CMakeLists.txt' (AODSelect-00-00-18)

	* Tagging AODSelect-00-00-18.
	* cmt/requirements: Fix checkreq warnings.
parent dc7716b4
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: AODSelect
################################################################################
# Declare the package name:
atlas_subdir( AODSelect )
# Install files from the package:
atlas_install_headers( AODSelect )
atlas_install_python_modules( python/*.py )
atlas_install_joboptions( share/*.py )
atlas_install_scripts( share/PrintAODSelect.py )
...@@ -5,14 +5,10 @@ author Karsten Koeneke <karsten.koeneke@cern.ch> ...@@ -5,14 +5,10 @@ author Karsten Koeneke <karsten.koeneke@cern.ch>
## For Athena policies: it has to be the first use statement ## For Athena policies: it has to be the first use statement
use AtlasPolicy AtlasPolicy-* use AtlasPolicy AtlasPolicy-*
use GaudiInterface GaudiInterface-* External
#use EventKernel EventKernel-* Event #use EventKernel EventKernel-* Event
use AthenaBaseComps AthenaBaseComps-* Control
use AthenaKernel AthenaKernel-* Control
private private
use SGTools SGTools-* Control
end_private end_private
## create a shared library ## create a shared library
......
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