Skip to content
Snippets Groups Projects
Commit 2be73b66 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

TRTMonitoringRun3: cmake fixes

Clean up external package dependencies.
parent a380e497
No related branches found
Tags release/21.0.110
7 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!46705TRTMonitoringRun3: cmake fixes
...@@ -5,11 +5,12 @@ ...@@ -5,11 +5,12 @@
# Declare the package name: # Declare the package name:
atlas_subdir( TRTMonitoringRun3 ) atlas_subdir( TRTMonitoringRun3 )
find_package( ROOT )
atlas_add_component( TRTMonitoringRun3 atlas_add_component( TRTMonitoringRun3
src/*.cxx src/*.cxx
src/components/*.cxx src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} ${GEOMODELCORE_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES AthenaMonitoringLib TrkToolInterfaces CommissionEvent TRT_DriftFunctionToolLib TRT_ConditionsServicesLib MagFieldInterfaces InDetByteStreamErrors InDetRIO_OnTrack LINK_LIBRARIES AthenaMonitoringLib TrkToolInterfaces CommissionEvent TRT_DriftFunctionToolLib TRT_ConditionsServicesLib MagFieldInterfaces InDetByteStreamErrors InDetRIO_OnTrack
) )
......
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