From ca8a2cbfea6b8d50ecbf2fc7b357c7d9f599bb90 Mon Sep 17 00:00:00 2001 From: Atlas-Software Librarian <Atlas-Software.Librarian@cern.ch> Date: Fri, 8 Apr 2016 16:31:56 +0200 Subject: [PATCH] 'CMakeLists.txt' (CppUnitSGServiceExample-00-00-04) * Tagging CppUnitSGServiceExample-00-00-04. * cmt/requirements: Fix checkreq warnings. --- .../CppUnitSGServiceExample/CMakeLists.txt | 19 +++++++++++++++++++ .../CppUnitSGServiceExample/cmt/requirements | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 AtlasTest/CppUnitSGServiceExample/CMakeLists.txt diff --git a/AtlasTest/CppUnitSGServiceExample/CMakeLists.txt b/AtlasTest/CppUnitSGServiceExample/CMakeLists.txt new file mode 100644 index 00000000000..0f6f82d5828 --- /dev/null +++ b/AtlasTest/CppUnitSGServiceExample/CMakeLists.txt @@ -0,0 +1,19 @@ +################################################################################ +# Package: CppUnitSGServiceExample +################################################################################ + +# Declare the package name: +atlas_subdir( CppUnitSGServiceExample ) + +# Declare the package's dependencies: +atlas_depends_on_subdirs( PUBLIC + AtlasTest/TestTools + Control/AthenaKernel + Control/DataModel + Control/StoreGate + GaudiKernel + TestPolicy ) + +# Install files from the package: +atlas_install_headers( CppUnitSGServiceExample ) + diff --git a/AtlasTest/CppUnitSGServiceExample/cmt/requirements b/AtlasTest/CppUnitSGServiceExample/cmt/requirements index 1c4518e6448..8e2c5a0e1b9 100755 --- a/AtlasTest/CppUnitSGServiceExample/cmt/requirements +++ b/AtlasTest/CppUnitSGServiceExample/cmt/requirements @@ -2,8 +2,8 @@ package CppUnitSGServiceExample author Alex Undrus <undrus@bnl.gov> -use AtlasPolicy AtlasPolicy-01-* -use TestPolicy TestPolicy-00-* +use AtlasPolicy AtlasPolicy-* +use TestPolicy TestPolicy-* use TestTools TestTools-* AtlasTest use GaudiInterface GaudiInterface-* External use AthenaKernel AthenaKernel-* Control -- GitLab