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

MagFieldConditions: cmake cleanup, remove ROOT dependency

parent dac53e71
No related merge requests found
################################################################################
# Package: MagFieldConditions
################################################################################
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir( MagFieldConditions )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/StoreGate
GaudiKernel
PRIVATE
MagneticField/MagFieldElements
)
# External dependencies:
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
# Component(s) in the package:
atlas_add_library( MagFieldConditions
src/*.cxx
PUBLIC_HEADERS MagFieldConditions
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES SGTools GaudiKernel StoreGateLib
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} MagFieldElements)
LINK_LIBRARIES AthenaKernel GaudiKernel MagFieldElements )
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