From 0203c577a071778ed910b051917af48a9f632d40 Mon Sep 17 00:00:00 2001
From: Lukas Heinrich <lukas.heinrich@cern.ch>
Date: Tue, 21 Apr 2020 14:11:39 +0200
Subject: [PATCH] xAODTruth linking

---
 Reconstruction/PFlow/PFlowUtils/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Reconstruction/PFlow/PFlowUtils/CMakeLists.txt b/Reconstruction/PFlow/PFlowUtils/CMakeLists.txt
index d57f06fe8af..6407592f882 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()
 
-- 
GitLab