From 039239c2c298d79c241ab44bf15c479ae950faa7 Mon Sep 17 00:00:00 2001 From: Stevenchou1898 Date: Sat, 8 Mar 2025 03:47:34 -0800 Subject: [PATCH] Update CMakeLists.txt --- Android-kotlin-Code/core/src/main/cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android-kotlin-Code/core/src/main/cpp/CMakeLists.txt b/Android-kotlin-Code/core/src/main/cpp/CMakeLists.txt index cbf86e4..4f50c2c 100644 --- a/Android-kotlin-Code/core/src/main/cpp/CMakeLists.txt +++ b/Android-kotlin-Code/core/src/main/cpp/CMakeLists.txt @@ -52,7 +52,7 @@ endif() configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.in ${CMAKE_CURRENT_SOURCE_DIR}/version.h @ONLY) #设置项目名称与语言类别(必) -project(MY_UUVPN C) +project(clash-bridge C) set(CMAKE_POSITION_INDEPENDENT_CODE on)