From 32b415bb4a8be4c7ebdd67a6e7c7b13d7ca4ab65 Mon Sep 17 00:00:00 2001
From: scott snyder <sss@karma>
Date: Fri, 10 Jul 2020 15:27:04 -0400
Subject: [PATCH] MSVertexRecoAlg: cmake fixes

Library dependency fixes.
---
 .../MSVertexReconstruction/MSVertexRecoAlg/CMakeLists.txt       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MuonSpectrometer/MSVertexReconstruction/MSVertexRecoAlg/CMakeLists.txt b/MuonSpectrometer/MSVertexReconstruction/MSVertexRecoAlg/CMakeLists.txt
index c736806367e..47d231a5e96 100644
--- a/MuonSpectrometer/MSVertexReconstruction/MSVertexRecoAlg/CMakeLists.txt
+++ b/MuonSpectrometer/MSVertexReconstruction/MSVertexRecoAlg/CMakeLists.txt
@@ -17,7 +17,7 @@ atlas_depends_on_subdirs( PUBLIC
 atlas_add_component( MSVertexRecoAlg
                      src/*.cxx
                      src/components/*.cxx
-                     LINK_LIBRARIES AthenaBaseComps GaudiKernel MSVertexUtils )
+                     LINK_LIBRARIES AthenaBaseComps GaudiKernel MSVertexUtils MSVertexToolInterfaces )
 
 # Install files from the package:
 atlas_install_headers( MSVertexRecoAlg )
-- 
GitLab