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

FsrUtils: cmake cleanup

parent 126ccd35
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,!38338AnalysisCommon: cmake cleanup
# $Id: CMakeLists.txt 782721 2016-11-07 12:38:42Z krasznaa $
################################################################################
# Package: FsrUtils
################################################################################
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir( FsrUtils )
# Extra dependencies based on the environment:
set( extra_dep )
if( XAOD_STANDALONE )
set( extra_dep Control/xAODRootAccess )
else()
set( extra_dep GaudiKernel )
endif()
# Declare the package's dependencies:
atlas_depends_on_subdirs(
PUBLIC
Control/AthToolSupport/AsgTools
Event/xAOD/xAODEgamma
Event/xAOD/xAODMuon
PhysicsAnalysis/AnalysisCommon/IsolationSelection
PhysicsAnalysis/AnalysisCommon/PATInterfaces
PRIVATE
Control/AthenaBaseComps
Event/xAOD/xAODCore
${extra_dep} )
# External dependencies:
find_package( ROOT COMPONENTS Core Physics RIO )
......@@ -34,8 +10,8 @@ find_package( ROOT COMPONENTS Core Physics RIO )
atlas_add_library( FsrUtilsLib
FsrUtils/*.h Root/*.cxx
PUBLIC_HEADERS FsrUtils
LINK_LIBRARIES AsgTools xAODMuon xAODEgamma PATInterfaces
IsolationSelectionLib )
LINK_LIBRARIES AsgTools xAODMuon xAODEgamma PATInterfaces IsolationSelectionLib
PRIVATE_LINK_LIBRARIES AsgMessagingLib )
if( NOT XAOD_STANDALONE )
atlas_add_component( FsrUtils
......@@ -50,8 +26,7 @@ if( XAOD_STANDALONE )
atlas_add_executable( FsrPhotonToolTester
util/FsrPhotonToolTester.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} xAODRootAccess xAODMuon xAODCore
FsrUtilsLib )
LINK_LIBRARIES ${ROOT_LIBRARIES} xAODMuon xAODCore FsrUtilsLib )
endif()
# Install files from the package:
......
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