From f4be3e3fbd4bb42337aafa80af6b253197da6496 Mon Sep 17 00:00:00 2001 From: anish Date: Fri, 15 Sep 2023 00:50:14 +0200 Subject: [PATCH] add --- src/main/cpp/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/cpp/CMakeLists.txt b/src/main/cpp/CMakeLists.txt index 459fdc986a3..a7345fdd260 100644 --- a/src/main/cpp/CMakeLists.txt +++ b/src/main/cpp/CMakeLists.txt @@ -31,8 +31,8 @@ option(USE_OPEN_BLAS "Whether to use OpenBLAS (Defaults to compiling with Intel option(USE_INTEL_MKL "Whether to use Intel MKL (Defaults to compiling with Intel MKL)" OFF) # Build a shared libraray -set(HEADER_FILES imgUtils.h libmatrixdnn.h libmatrixmult.h systemds.h common.h) -set(SOURCE_FILES imgUtils.cpp libmatrixdnn.cpp libmatrixmult.cpp systemds_img.cpp systemds.h ) +set(HEADER_FILES imgUtils.h libmatrixmult.h systemds.h common.h) +set(SOURCE_FILES imgUtils.cpp libmatrixmult.cpp systemds_img.cpp ) # Build a shared libraray add_library(systemds SHARED ${SOURCE_FILES} ${HEADER_FILES})