mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-13 02:19:57 +01:00
7 lines
133 B
CMake
7 lines
133 B
CMake
cmake_minimum_required(VERSION 3.6.0)
|
|
|
|
# TODO: actually add files to compile
|
|
|
|
# find Android's log library
|
|
find_library(log-lib log)
|