Merge pull request #3660 from ademets/android_jniiosystem_cmake_patch

CMake fix for Android build with enabled JNI io system
pull/3667/head
Kim Kulling 2021-02-28 17:10:56 +01:00 committed by GitHub
commit 315362862a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -13,3 +13,4 @@ add_library( # Defines the name of the library.
BundledAssetIOSystem.cpp BundledAssetIOSystem.cpp
) )
TARGET_LINK_LIBRARIES(android_jniiosystem android log) TARGET_LINK_LIBRARIES(android_jniiosystem android log)
INSTALL(TARGETS android_jniiosystem EXPORT "${TARGETS_EXPORT_NAME}")