testing curl for android
This commit is contained in:
@@ -46,6 +46,7 @@ target_include_directories(native-lib PRIVATE
|
||||
../libs/tinyxml2
|
||||
../libs/yoga
|
||||
../libs/stb
|
||||
../libs/curl/android/include
|
||||
)
|
||||
|
||||
# add lib dependencies
|
||||
@@ -53,7 +54,9 @@ target_link_libraries(
|
||||
native-lib
|
||||
android
|
||||
app-glue
|
||||
${CMAKE_SOURCE_DIR}/../libs/curl/android/armeabi-v7a/libcurl.a
|
||||
EGL
|
||||
GLESv3
|
||||
log
|
||||
z
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user