Skip to content
Snippets Groups Projects

AnalysisEventDisplay: cmake cleanup

Merged Frank Winklmeier requested to merge fwinkl/athena:cmake_phyed into master
2 files
+ 4
49
Compare changes
  • Side-by-side
  • Inline
Files
2
################################################################################
# Package: AnalysisJiveXML
################################################################################
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir( AnalysisJiveXML )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/AthenaBaseComps
GaudiKernel
Reconstruction/MuonIdentification/muonEvent
Reconstruction/egamma/egammaEvent
Reconstruction/tauEvent
Trigger/TrigEvent/TrigCaloEvent
graphics/JiveXML
PRIVATE
Calorimeter/CaloEvent
Calorimeter/CaloGeoHelpers
Control/AthLinks
Control/AthContainers
PhysicsAnalysis/AnalysisCommon/CompositeParticleEvent
PhysicsAnalysis/TruthParticleID/McParticleEvent
Reconstruction/Jet/JetEvent
Reconstruction/Particle
Tracking/TrkEvent/TrkEventPrimitives )
# External dependencies:
find_package( CLHEP )
@@ -33,9 +11,7 @@ atlas_add_component( AnalysisJiveXML
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${CLHEP_LIBRARIES} AthenaBaseComps GaudiKernel muonEvent egammaEvent tauEvent TrigCaloEvent JiveXMLLib CaloEvent CaloGeoHelpers AthLinks AthContainers McParticleEvent JetEvent Particle TrkEventPrimitives )
LINK_LIBRARIES ${CLHEP_LIBRARIES} AthContainers AthLinks AthenaBaseComps CaloEvent CaloGeoHelpers CompositeParticleEvent GaudiKernel JetEvent JiveXMLLib McParticleEvent Particle TrigCaloEvent TrkEventPrimitives egammaEvent muonEvent tauEvent )
# Install files from the package:
atlas_install_headers( AnalysisJiveXML )
atlas_install_joboptions( share/*.py )
Loading