From a4584e0e840856e0bb287ecabcb52a4aa5431c73 Mon Sep 17 00:00:00 2001 From: gb <741021719@qq.com> Date: Mon, 23 Oct 2023 15:01:18 +0800 Subject: [PATCH] change project name to avoid conflict with others --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 11682e1..1f07020 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -project(lang) +project(yuyanbao) add_compile_options(-std=c++11) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")