Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 604 Bytes

File metadata and controls

23 lines (16 loc) · 604 Bytes
.. spelling:word-list::

    Android-Apk
    Apk

.. index:: android ; Android-Apk

Android-Apk

hunter_add_package(Android-Apk)
list(APPEND CMAKE_MODULE_PATH "${ANDROID-APK_ROOT}")
include(AndroidApk)
add_library(simple ...)
android_create_apk(NAME simple DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/apk")