1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-07-06 19:33:26 +02:00
VVVVVV/desktop_version/VVVVVV-android/app/jni/CMakeLists.txt
2023-11-14 17:18:08 -08:00

16 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)