From 49c955a655b9b8e78740fe58c72001e1a94641db Mon Sep 17 00:00:00 2001 From: sleepwithoutbz Date: Wed, 24 Sep 2025 17:10:27 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 095e4d1..4655a52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -project(cbh VERSION 0.1 LANGUAGES CXX) +project(winTools VERSION 0.1 LANGUAGES CXX) include(FetchContent) # FetchContent 支持 set(CMAKE_AUTOUIC ON)