From 65b8156a8af8cb885a75c31aacade89f099d6fc6 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 22 Aug 2017 10:32:29 +0200 Subject: [PATCH] Add missing file in main project --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 22e85681..815ba1a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,6 +130,7 @@ set(Super4PCS_INCLUDE ${SRC_DIR}/super4pcs/sampling.h ${SRC_DIR}/super4pcs/shared4pcs.h ${SRC_DIR}/super4pcs/algorithms/match4pcsBase.h + ${SRC_DIR}/super4pcs/algorithms/match4pcsBase.hpp ${SRC_DIR}/super4pcs/algorithms/4pcs.h ${SRC_DIR}/super4pcs/algorithms/super4pcs.h ${SRC_DIR}/super4pcs/algorithms/pairCreationFunctor.h