mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-05 10:49:41 +01:00
15 lines
344 B
CMake
15 lines
344 B
CMake
cmake_minimum_required(VERSION 3.6)
|
|
|
|
project(VVVVVV_android)
|
|
|
|
# armeabi-v7a requires cpufeatures library
|
|
# include(AndroidNdkModules)
|
|
# android_ndk_import_module_cpufeatures()
|
|
|
|
# Compilation of companion libraries
|
|
#add_subdirectory(SDL_image)
|
|
#add_subdirectory(SDL_mixer)
|
|
#add_subdirectory(SDL_ttf)
|
|
|
|
add_subdirectory(../../.. desktop_version)
|
|
|