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

StlAthenaPoolCnv: cmake cleanup

Remove `atlas_depends_on_subdirs` and update link dependencies.
parent d05c3c2a
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,!36075AthenaPOOL: cmake cleanup
################################################################################ # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Package: StlAthenaPoolCnv
################################################################################
# Declare the package name: # Declare the package name:
atlas_subdir( StlAthenaPoolCnv ) atlas_subdir( StlAthenaPoolCnv )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
GaudiKernel
PRIVATE
Control/SGTools
Database/AthenaPOOL/AthenaPoolCnvSvc )
# Component(s) in the package: # Component(s) in the package:
atlas_add_component( StlAthenaPoolCnv atlas_add_component( StlAthenaPoolCnv
src/*.cxx src/*.cxx
LINK_LIBRARIES GaudiKernel SGTools AthenaPoolCnvSvcLib ) LINK_LIBRARIES SGTools AthenaPoolCnvSvcLib )
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