Skip to content
Snippets Groups Projects
Commit 75fc6106 authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (PhysicsElementLinks-00-00-07)

	* Tagging PhysicsElementLinks-00-00-07.
	* cmt/requirements: Fix checkreq warning.
parent 03d017cd
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: PhysicsElementLinks
################################################################################
# Declare the package name:
atlas_subdir( PhysicsElementLinks )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/SGTools
PhysicsAnalysis/AnalysisCommon/ParticleEvent
PhysicsAnalysis/TruthParticleID/McParticleEvent
Reconstruction/Jet/JetEvent
Reconstruction/MuonIdentification/muonEvent
Reconstruction/Particle
Reconstruction/egamma/egammaEvent
Reconstruction/tauEvent
Tools/AtlasDoxygen )
# External dependencies:
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
# Component(s) in the package:
atlas_add_library( PhysicsElementLinks
src/*.cxx
PUBLIC_HEADERS PhysicsElementLinks
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES SGTools ParticleEvent McParticleEvent JetEvent muonEvent Particle egammaEvent tauEvent
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} )
atlas_add_dictionary( PhysicsElementLinksDict
PhysicsElementLinks/PhysicsElementLinksDict.h
PhysicsElementLinks/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} SGTools ParticleEvent McParticleEvent JetEvent muonEvent Particle egammaEvent tauEvent PhysicsElementLinks )
......@@ -2,7 +2,7 @@ package PhysicsElementLinks
author Serban Protopopescu <serban@bnl.gov>
use AtlasPolicy AtlasPolicy-01-*
use AtlasPolicy AtlasPolicy-*
branches run
......
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