refactor(CMake): Rename project from 'lzwc_go2' to 'main'

- Updated the project name in CMakeLists.txt to reflect a more generic naming convention.
This commit is contained in:
2025-09-22 15:42:22 +08:00
parent 317b375bad
commit ec880c8a8d

View File

@@ -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)