From ec880c8a8d1741d2dfd30ad0cc8ae5bf616bebda Mon Sep 17 00:00:00 2001 From: Sucan126 <632190820@qq.com> Date: Mon, 22 Sep 2025 15:42:22 +0800 Subject: [PATCH] refactor(CMake): Rename project from 'lzwc_go2' to 'main' - Updated the project name in CMakeLists.txt to reflect a more generic naming convention. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 163423f..cba39de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16) -project(lzwc_go2 VERSION 1.0.0) +project(main) # Set C++ standard set(CMAKE_CXX_STANDARD 17)