cmake_minimum_required(VERSION 3.6.0)

# TODO: actually add files to compile

# find Android's log library
find_library(log-lib log)
