CMakeLists
CMakeLists
# documentation: https://d.android.com/studio/projects/add-native-code.html
# Sets the minimum version of CMake required to build the native library.
project(EOSSDK)
cmake_minimum_required(VERSION 3.10.2)
set(BASE_PROJECT_DIR ${CMAKE_SOURCE_DIR}/../../../../../../..)
set(EOSSDK_DIR ${BASE_PROJECT_DIR}/SDK/Bin/Android/static-stdc++/aar/)