summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input_common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt
index c3cfe7efc..de53e1fda 100644
--- a/src/input_common/CMakeLists.txt
+++ b/src/input_common/CMakeLists.txt
@@ -62,7 +62,7 @@ else()
62 ) 62 )
63endif() 63endif()
64 64
65if(SDL2_FOUND) 65if (ENABLE_SDL2)
66 target_sources(input_common PRIVATE 66 target_sources(input_common PRIVATE
67 sdl/sdl_impl.cpp 67 sdl/sdl_impl.cpp
68 sdl/sdl_impl.h 68 sdl/sdl_impl.h