Skip to content
Snippets Groups Projects

TrigEFMissingET CMake Fixes, main branch (2024.03.20.)

1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
@@ -4,10 +4,11 @@
atlas_subdir( TrigEFMissingET )
# External dependencies:
find_package( ROOT COMPONENTS Matrix Physics )
find_package( Eigen )
find_package( lwtnn )
atlas_add_library( TrigEFMissingETLib
atlas_add_library( TrigEFMissingETLib
Root/*.cxx
PUBLIC_HEADERS TrigEFMissingET
INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS}
@@ -19,9 +20,10 @@ atlas_add_library( TrigEFMissingETLib
# Component(s) in the package:
atlas_add_component( TrigEFMissingET
src/*.cxx src/components/*.cxx
INCLUDE_DIRS ${LWTNN_INCLUDE_DIRS}
LINK_LIBRARIES
TrigEFMissingETLib AthenaBaseComps StoreGateLib AthContainers GaudiKernel AthenaMonitoringKernelLib AthLinks
CaloGeoHelpers CaloEvent CaloConditions CaloIdentifier
CaloGeoHelpers CaloEvent CaloConditions CaloIdentifier
InDetTrackSelectionToolLib TrackVertexAssociationToolLib TrkCaloExtension RecoToolInterfaces JetEDM
xAODCaloEvent xAODTrigMissingET xAODJet xAODBase xAODEventShape xAODPFlow
PathResolver
@@ -30,4 +32,3 @@ atlas_add_component( TrigEFMissingET
# Install files from the package:
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} --extend-extensions=ATL900,ATL901 )
Loading