android: set up cmake
This commit is contained in:
parent
cee7c0baa5
commit
6609ff83a7
8 changed files with 61 additions and 21 deletions
|
@ -1,6 +1,10 @@
|
|||
cmake_minimum_required(VERSION 3.6.0)
|
||||
cmake_minimum_required(VERSION 3.8)
|
||||
|
||||
# TODO: actually add files to compile
|
||||
add_library(citra-android STATIC
|
||||
src/main/cpp/dummy.cpp
|
||||
)
|
||||
|
||||
# find Android's log library
|
||||
find_library(log-lib log)
|
||||
|
||||
target_link_libraries(citra-android ${log-lib} core common inih)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue