From 6d58aecc7300a681c4d622afce6f6a0f732c5248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=BB=E9=AD=82=E5=9C=A3=E4=BD=BF?= Date: Sat, 7 Sep 2024 20:54:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=85=A5=E4=BD=8D=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b422d1..52e8e57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,6 @@ add_library(DataStruct include/HeapSort.h src/mutex/shared_mutex.cpp src/Bitmap.cpp - include/Bitmap.h ) target_include_directories(DataStruct PUBLIC include)