Merge pull request #3660 from ademets/android_jniiosystem_cmake_patch
CMake fix for Android build with enabled JNI io systempull/3667/head
commit
315362862a
|
@ -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}")
|
||||||
|
|
Loading…
Reference in New Issue