diff options
Diffstat (limited to 'xbmc/games/controllers/guicontrols/CMakeLists.txt')
-rw-r--r-- | xbmc/games/controllers/guicontrols/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xbmc/games/controllers/guicontrols/CMakeLists.txt b/xbmc/games/controllers/guicontrols/CMakeLists.txt index 6844a8aa44..bbec218bbf 100644 --- a/xbmc/games/controllers/guicontrols/CMakeLists.txt +++ b/xbmc/games/controllers/guicontrols/CMakeLists.txt @@ -6,6 +6,7 @@ set(SOURCES GUIAnalogStickButton.cpp GUIFeatureTranslator.cpp GUIGameController.cpp GUIScalarFeatureButton.cpp + GUISelectKeyButton.cpp GUIThrottleButton.cpp GUIWheelButton.cpp ) @@ -19,6 +20,7 @@ set(HEADERS GUIAnalogStickButton.h GUIFeatureTranslator.h GUIGameController.h GUIScalarFeatureButton.h + GUISelectKeyButton.h GUIThrottleButton.h GUIWheelButton.h ) |