Update CMakeLists.txt

Add android_jniiosystem to export set, for cmake to find and link with
pull/3660/head
Alex 2021-02-17 23:16:22 -08:00
parent 1d376fa91f
commit 2fd6666477
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
)
TARGET_LINK_LIBRARIES(android_jniiosystem android log)
INSTALL(TARGETS android_jniiosystem EXPORT "${TARGETS_EXPORT_NAME}")