From 4c15e28922456d9050291f8d52dbb2a63eda0a2c Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Mon, 24 Apr 2023 13:16:20 +0100 Subject: [PATCH] Add Gamepad dependency for Android --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78980d373..88619d1bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -635,7 +635,9 @@ if (BUILD_GUI) Location TextToSpeech Svg - AndroidExtras) + AndroidExtras + OPTIONAL_COMPONENTS + Gamepad) endif() else() find_package(OpenGL REQUIRED)