change project name to avoid conflict with others

This commit is contained in:
gb 2023-10-23 15:01:18 +08:00
parent e64617c1c9
commit a4584e0e84
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
project(lang)
project(yuyanbao)
add_compile_options(-std=c++11)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")