From 0106792a112272b751409f8fefdecb52cee8ebd3 Mon Sep 17 00:00:00 2001 From: Chengdong Fu <fucd@ihep.ac.cn> Date: Mon, 1 Apr 2024 08:16:22 +0800 Subject: [PATCH] import RecAssociationMaker --- Reconstruction/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Reconstruction/CMakeLists.txt b/Reconstruction/CMakeLists.txt index 6dd63b02..6bb53e06 100644 --- a/Reconstruction/CMakeLists.txt +++ b/Reconstruction/CMakeLists.txt @@ -4,3 +4,4 @@ add_subdirectory(PFA) add_subdirectory(SiliconTracking) add_subdirectory(Tracking) add_subdirectory(RecGenfitAlg) +add_subdirectory(RecAssociationMaker) -- GitLab