diff --git a/Reconstruction/PFlow/PFlowUtils/CMakeLists.txt b/Reconstruction/PFlow/PFlowUtils/CMakeLists.txt index d57f06fe8af2fdc90f34510df0b0ef524795a84b..6407592f882a4221c06d85012d8de55504ab8c01 100644 --- a/Reconstruction/PFlow/PFlowUtils/CMakeLists.txt +++ b/Reconstruction/PFlow/PFlowUtils/CMakeLists.txt @@ -21,6 +21,7 @@ atlas_depends_on_subdirs( PRIVATE Control/AthContainers Event/xAOD/xAODJet + Event/xAOD/xAODTruth ${extra_deps} ) # Component(s) in the package: @@ -32,7 +33,7 @@ atlas_add_library( PFlowUtilsLib if( NOT XAOD_STANDALONE ) atlas_add_component( PFlowUtils src/*.h src/*.cxx src/components/*.cxx - LINK_LIBRARIES AthenaBaseComps xAODJet xAODPFlow GaudiKernel + LINK_LIBRARIES AthenaBaseComps xAODJet xAODPFlow GaudiKernel xAODTruth PFlowUtilsLib ) endif()