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:
@@ -1,5 +1,5 @@
|
|||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
project(lzwc_go2 VERSION 1.0.0)
|
project(main)
|
||||||
|
|
||||||
# Set C++ standard
|
# Set C++ standard
|
||||||
set(CMAKE_CXX_STANDARD 17)
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
|
|||||||
Reference in New Issue
Block a user