Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 594 Bytes

Android-Apk.rst

File metadata and controls

23 lines (16 loc) · 594 Bytes
.. spelling::

    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")