Преглед изворни кода

Update CMakeLists.txt

Add android_jniiosystem to export set, for cmake to find and link with
Alex пре 4 година
родитељ
комит
2fd6666477
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}")