diff --git a/AtlasTest/CppUnitSGServiceExample/CMakeLists.txt b/AtlasTest/CppUnitSGServiceExample/CMakeLists.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f6f82d58282d13ac8a1537929d14a57cfa8fb09 --- /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 1c4518e64481d234e7ed0184cc1a686d5414b4b8..8e2c5a0e1b92839f448d327de52b9db43b9bae60 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