|
@@ -32,7 +32,7 @@ add_library(local_openssl STATIC IMPORTED)
|
|
|
|
|
|
|
|
|
add_library(
|
|
|
- columbus
|
|
|
+ eyuangame
|
|
|
SHARED
|
|
|
${DIR_SOURCE}
|
|
|
${JSON_SOURCE}
|
|
@@ -56,9 +56,9 @@ find_library( # Sets the name of the path variable.
|
|
|
# build script, prebuilt third-party libraries, or system libraries.
|
|
|
|
|
|
target_link_libraries( # Specifies the target library.
|
|
|
- columbus
|
|
|
-# local_crypto
|
|
|
-# local_openssl
|
|
|
+ eyuangame
|
|
|
+ # local_crypto
|
|
|
+ # local_openssl
|
|
|
# Links the target library to the log library
|
|
|
# included in the NDK.
|
|
|
${log-lib})
|