diff --git a/Ndk/ndk1/IntegrateThirdPartySO1/src/main/cpp/CMakeLists.txt b/Ndk/ndk1/IntegrateThirdPartySO1/src/main/cpp/CMakeLists.txt index 30ad9a8e298741611ffc3308dc4b20fd0d7bdc74..c76344ef8ca30462caf99eaea106c0156211a22c 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