android: add build files
This commit is contained in:
parent
6b4c40ffd5
commit
8838485b1a
12 changed files with 508 additions and 0 deletions
6
src/android/app/CMakeLists.txt
Normal file
6
src/android/app/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.6.0)
|
||||
|
||||
# TODO: actually add files to compile
|
||||
|
||||
# find Android's log library
|
||||
find_library(log-lib log)
|
Loading…
Add table
Add a link
Reference in a new issue