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

DecisionHandling: cleanup CMakeLists file

parent 2ed67607
No related branches found
No related tags found
No related merge requests found
...@@ -8,47 +8,37 @@ atlas_subdir( DecisionHandling ) ...@@ -8,47 +8,37 @@ atlas_subdir( DecisionHandling )
# Declare the package's dependencies: # Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
Event/xAOD/xAODTrigger Event/xAOD/xAODTrigger
#GaudiKernel GaudiKernel
Control/AthContainers Control/AthContainers
Control/AthLinks Control/AthLinks
PRIVATE PRIVATE
Control/AthViews Control/AthViews
#Control/StoreGate Control/StoreGate
Control/AthenaBaseComps Control/AthenaBaseComps
#Control/CxxUtils Control/CxxUtils
Trigger/TrigConfiguration/TrigConfHLTData Trigger/TrigConfiguration/TrigConfHLTData
#Trigger/TrigEvent/TrigSteeringEvent
#Trigger/TrigSteer/L1Decoder
AtlasTest/TestTools AtlasTest/TestTools
Control/StoreGate Control/StoreGate
Trigger/TrigEvent/TrigSteeringEvent Trigger/TrigEvent/TrigSteeringEvent
Trigger/TrigTools/TrigTimeAlgs Trigger/TrigTools/TrigTimeAlgs
Trigger/TrigMonitoring/TrigCostMonitorMT ) Trigger/TrigMonitoring/TrigCostMonitorMT )
find_package( ROOT )
find_package( Boost )
atlas_add_library( DecisionHandlingLib atlas_add_library( DecisionHandlingLib
src/*.cxx src/*.cxx
PUBLIC_HEADERS DecisionHandling PUBLIC_HEADERS DecisionHandling
LINK_LIBRARIES xAODTrigger GaudiKernel LINK_LIBRARIES xAODTrigger GaudiKernel TrigSteeringEvent
PRIVATE_LINK_LIBRARIES AthenaBaseComps CxxUtils TrigConfHLTData TrigSteeringEvent TrigTimeAlgsLib ) PRIVATE_LINK_LIBRARIES AthenaBaseComps CxxUtils TrigConfHLTData TrigTimeAlgsLib )
# Component(s) in the package: # Component(s) in the package:
atlas_add_component( DecisionHandling atlas_add_component( DecisionHandling
src/components/*.cxx src/components/*.cxx
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} LINK_LIBRARIES DecisionHandlingLib )
LINK_LIBRARIES ${Boost_LIBRARIES}
${ROOT_LIBRARIES} GaudiKernel AthViews AthenaBaseComps CxxUtils xAODTrigger DecisionHandlingLib
)
# Unit tests:
atlas_add_test( TrigCompositeUtils_test atlas_add_test( TrigCompositeUtils_test
SOURCES test/TrigCompositeUtils_test.cxx SOURCES test/TrigCompositeUtils_test.cxx
LINK_LIBRARIES TestTools xAODTrigger DecisionHandlingLib LINK_LIBRARIES TestTools xAODTrigger DecisionHandlingLib AthContainers SGtests )
AthContainers SGtests )
atlas_add_test( Combinators_test atlas_add_test( Combinators_test
SOURCES test/Combinators_test.cxx SOURCES test/Combinators_test.cxx
LINK_LIBRARIES TestTools xAODTrigger DecisionHandlingLib LINK_LIBRARIES TestTools xAODTrigger DecisionHandlingLib AthContainers )
AthContainers )
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