From b751207a0ff67d2f6de5917fcce315e923c109d1 Mon Sep 17 00:00:00 2001 From: zinface Date: Wed, 8 Feb 2023 01:49:39 +0800 Subject: [PATCH] =?UTF-8?q?repo:=20=E5=9C=A8=E8=B0=83=E6=95=B4=20CMakeList?= =?UTF-8?q?s.txt=20=E4=B8=AD=E4=B8=89=E4=B8=AA=E6=9E=84=E5=BB=BA=E9=83=A8?= =?UTF-8?q?=E5=88=86=E7=9A=84=E5=88=86=E9=9A=94=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b8f5fa7..541aa11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ include(cmake/SparkFindQt5Config.cmake) # include(cmake/SparkFindQt6Config.cmake) include(cmake/SparkMacrosExtendConfig.cmake) -# ----------------- Build QScint ----------------- # +# ----------------- 构建 QSci 静态库 ----------------- # if(TRUE) # add_subdirectory(${PROJECT_SOURCE_DIR}/src/qscint) # file(GLOB MOC_HEADER src/qscint/src/Qsci/*.h) @@ -40,7 +40,7 @@ if(TRUE) endif(TRUE) -# ----------------- Build CCEditor ----------------- # +# ----------------- 构建 Notepad-- 程序 ----------------- # if(TRUE) # 准备构建 CCEditor @@ -67,7 +67,7 @@ if(TRUE) endif(TRUE) -# ----------------- CCEditor Plugin Support or Other ----------------- # +# ----------------- Notepad-- 插件支持相关 ----------------- # if(TRUE) # 开启插件支持