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

TrigMonitorBase: cmake cleanup

parent 2dbf9bcc
No related branches found
No related tags found
No related merge requests found
################################################################################ # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Package: TrigMonitorBase
################################################################################
# Declare the package name: # Declare the package name:
atlas_subdir( TrigMonitorBase ) atlas_subdir( TrigMonitorBase )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/AthenaBaseComps
Control/AthenaMonitoring
GaudiKernel
Trigger/TrigSteer/TrigInterfaces )
# External dependencies: # External dependencies:
find_package( Boost COMPONENTS thread ) find_package( Boost )
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread ) find_package( ROOT COMPONENTS Core Tree MathCore Hist )
# Component(s) in the package: # Component(s) in the package:
atlas_add_library( TrigMonitorBaseLib atlas_add_library( TrigMonitorBaseLib
src/*.cxx src/*.cxx
PUBLIC_HEADERS TrigMonitorBase PUBLIC_HEADERS TrigMonitorBase
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} AthenaBaseComps GaudiKernel AthenaMonitoringLib TrigInterfacesLib ) LINK_LIBRARIES ${ROOT_LIBRARIES} AthenaBaseComps AthenaMonitoringLib GaudiKernel TrigInterfacesLib )
atlas_add_component( TrigMonitorBase atlas_add_component( TrigMonitorBase
src/components/*.cxx src/components/*.cxx
...@@ -32,5 +23,4 @@ atlas_add_test( LBNHist_test ...@@ -32,5 +23,4 @@ atlas_add_test( LBNHist_test
LINK_LIBRARIES TrigMonitorBaseLib ) LINK_LIBRARIES TrigMonitorBaseLib )
# Install files from the package: # Install files from the package:
atlas_install_python_modules( python/__init__.py python/TrigGenericMonitoringToolConfig.py ) atlas_install_python_modules( python/*.py )
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