Fixed bug 3918 - HIDAPI, CMake support for android project

This commit is contained in:
Sylvain Becker
2019-08-27 11:38:43 +02:00
parent 13c4d5e7e3
commit 0a9c74aa9a
2 changed files with 8 additions and 3 deletions

View File

@@ -2,9 +2,6 @@ cmake_minimum_required(VERSION 3.6)
project(GAME)
# Settings
set(HIDAPI OFF CACHE BOOL "" FORCE)
# armeabi-v7a requires cpufeatures library
# include(AndroidNdkModules)
# android_ndk_import_module_cpufeatures()