浏览代码

Merge pull request #3660 from ademets/android_jniiosystem_cmake_patch

CMake fix for Android build with enabled JNI io system
Kim Kulling 4 年之前
父节点
当前提交
315362862a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      port/AndroidJNI/CMakeLists.txt

+ 1 - 0
port/AndroidJNI/CMakeLists.txt

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