From 11a17c86ea8712f91f87fa7c486899e66c590055 Mon Sep 17 00:00:00 2001 From: The Dax Date: Sat, 24 Aug 2013 09:22:11 -0400 Subject: [PATCH] Attempt to fix SDL build. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 58c38004b5..1e75915160 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1138,6 +1138,7 @@ set(NativeAppSource UI/OnScreenDisplay.cpp UI/PluginScreen.cpp UI/ControlMappingScreen.cpp + UI/CwCheatScreen.cpp UI/ui_atlas.cpp) if(ANDROID) set(NativeAppSource ${NativeAppSource} android/jni/ArmEmitterTest.cpp)