Skip to content
Snippets Groups Projects

LeptonTaggers: cmake fix

Merged Scott Snyder requested to merge ssnyder/athena:cmake.LeptonTaggers-20240205 into main
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
@@ -6,15 +6,16 @@
atlas_subdir( LeptonTaggers )
# External dependencies:
find_package( ROOT COMPONENTS TMVA Core lwtnn )
find_package( lwtnn )
find_package( ROOT COMPONENTS TMVA Core )
find_package( CORAL COMPONENTS CoralBase )
# Component(s) in the package:
atlas_add_library( LeptonTaggersLib
LeptonTaggers/*.h src/*.cxx
PUBLIC_HEADERS LeptonTaggers
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AthContainers
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${LWTNN_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${LWTNN_LIBRARIES} AthContainers
AthenaBaseComps
FourMomUtils
GaudiKernel
Loading