From f756403249c239f67e7b2e5d2de7923ebddd573c Mon Sep 17 00:00:00 2001 From: mkno1412222222 <12436341+mkno1412222222@user.noreply.gitee.com> Date: Mon, 8 Sep 2025 07:10:09 +0000 Subject: [PATCH] =?UTF-8?q?update=20Ndk/ndk1/IntegrateThirdPartySO1/src/ma?= =?UTF-8?q?in/cpp/CMakeLists.txt.=20=E4=B8=AD=E6=96=87=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E8=8B=B1=E6=96=87=E6=B3=A8=E9=87=8A=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: mkno1412222222 <12436341+mkno1412222222@user.noreply.gitee.com> --- Ndk/ndk1/IntegrateThirdPartySO1/src/main/cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ndk/ndk1/IntegrateThirdPartySO1/src/main/cpp/CMakeLists.txt b/Ndk/ndk1/IntegrateThirdPartySO1/src/main/cpp/CMakeLists.txt index 30ad9a8..c76344e 100644 --- a/Ndk/ndk1/IntegrateThirdPartySO1/src/main/cpp/CMakeLists.txt +++ b/Ndk/ndk1/IntegrateThirdPartySO1/src/main/cpp/CMakeLists.txt @@ -3,6 +3,6 @@ # CMakeLists.txt cmake_minimum_required(VERSION 3.4.1) project(libSub) -#编译源码 +# Compile source code add_library(nativeSub SHARED sub.cpp) # [End native_sub] \ No newline at end of file -- Gitee