android: add build files

This commit is contained in:
BreadFish64 2018-10-08 16:56:16 -05:00
parent 6b4c40ffd5
commit 8838485b1a
12 changed files with 508 additions and 0 deletions

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