1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-07-01 00:48:30 +02:00
VVVVVV/desktop_version/VVVVVV-android/app/jni/CMakeLists.txt
2023-10-25 14:44:34 -07:00

20 lines
413 B
CMake

cmake_minimum_required(VERSION 3.6)
project(VVVVVV_android)
# armeabi-v7a requires cpufeatures library
# include(AndroidNdkModules)
# android_ndk_import_module_cpufeatures()
# SDL sources are in a subfolder named "SDL"
add_subdirectory(SDL)
# Compilation of companion libraries
#add_subdirectory(SDL_image)
#add_subdirectory(SDL_mixer)
#add_subdirectory(SDL_ttf)
add_subdirectory(../../.. desktop_version)