Skip to content
Snippets Groups Projects
Commit f6803e4b authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

AthenaPoolTestAthenaPool: cmake cleanup

- remove ROOT dependency
- remove atlas_depends_on_subdirs
- update link dependencies
parent 6e131ba3
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!35182AtlasTest: cmake cleanup
################################################################################ # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Package: AthenaPoolTestAthenaPool
################################################################################
# Declare the package name: # Declare the package name:
atlas_subdir( AthenaPoolTestAthenaPool ) atlas_subdir( AthenaPoolTestAthenaPool )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/DataModelAthenaPool
PRIVATE
AtlasTest/DatabaseTest/AthenaPoolTestData
Database/AthenaPOOL/AthenaPoolCnvSvc
Database/AthenaPOOL/AthenaPoolUtilities
Database/AtlasSealCLHEP )
# External dependencies:
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
# Component(s) in the package: # Component(s) in the package:
atlas_add_poolcnv_library( AthenaPoolTestAthenaPoolPoolCnv atlas_add_poolcnv_library( AthenaPoolTestAthenaPoolPoolCnv
src/*.cxx src/*.cxx
FILES AthenaPoolTestData/IAthenaPoolTestCollection.h AthenaPoolTestData/AthenaPoolTestMatrix.h AthenaPoolTestData/AthenaPoolTestMap.h AthenaPoolTestData/FauxTriggerMap.h AthenaPoolTestData/dummy_A.h AthenaPoolTestData/dummy_E.h AthenaPoolTestData/TrigPath.h AthenaPoolTestData/TestGaudiProperty.h AthenaPoolTestData/PixelRDOElemLinkVec.h FILES AthenaPoolTestData/IAthenaPoolTestCollection.h AthenaPoolTestData/AthenaPoolTestMatrix.h AthenaPoolTestData/AthenaPoolTestMap.h AthenaPoolTestData/FauxTriggerMap.h AthenaPoolTestData/dummy_A.h AthenaPoolTestData/dummy_E.h AthenaPoolTestData/TrigPath.h AthenaPoolTestData/TestGaudiProperty.h AthenaPoolTestData/PixelRDOElemLinkVec.h
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} LINK_LIBRARIES AthenaPoolCnvSvcLib AthenaPoolTestData DataModelAthenaPoolLib )
LINK_LIBRARIES ${ROOT_LIBRARIES} DataModelAthenaPoolLib AthenaPoolTestData AthenaPoolCnvSvcLib AthenaPoolUtilities AtlasSealCLHEP )
atlas_add_dictionary( AthenaPoolTestAthenaPoolCnvDict atlas_add_dictionary( AthenaPoolTestAthenaPoolCnvDict
AthenaPoolTestAthenaPool/AthenaPoolTestAthenaPoolDict.h AthenaPoolTestAthenaPool/AthenaPoolTestAthenaPoolDict.h
AthenaPoolTestAthenaPool/selection.xml AthenaPoolTestAthenaPool/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} LINK_LIBRARIES DataModelAthenaPoolLib AthenaPoolTestData AthenaPoolCnvSvcLib AthenaPoolUtilities )
LINK_LIBRARIES ${ROOT_LIBRARIES} DataModelAthenaPoolLib AthenaPoolTestData AthenaPoolCnvSvcLib AthenaPoolUtilities AtlasSealCLHEP )
# Install files from the package:
atlas_install_headers( AthenaPoolTestAthenaPool )
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