Add Gamepad dependency for Android

This commit is contained in:
Jon Beniston 2023-04-24 13:16:20 +01:00
parent ef76e34040
commit 4c15e28922
1 changed files with 3 additions and 1 deletions

View File

@ -635,7 +635,9 @@ if (BUILD_GUI)
Location
TextToSpeech
Svg
AndroidExtras)
AndroidExtras
OPTIONAL_COMPONENTS
Gamepad)
endif()
else()
find_package(OpenGL REQUIRED)