parent
3239e4946f
commit
bd7ca7625b
|
@ -23,7 +23,7 @@ elseif(X11_FOUND)
|
||||||
set(SRCS ${SRCS}
|
set(SRCS ${SRCS}
|
||||||
Src/ControllerInterface/SDL/SDL.cpp
|
Src/ControllerInterface/SDL/SDL.cpp
|
||||||
Src/ControllerInterface/Xlib/Xlib.cpp)
|
Src/ControllerInterface/Xlib/Xlib.cpp)
|
||||||
if(X11_Xinput2_FOUND)
|
if(XINPUT2_FOUND)
|
||||||
set(SRCS ${SRCS}
|
set(SRCS ${SRCS}
|
||||||
Src/ControllerInterface/Xlib/XInput2.cpp)
|
Src/ControllerInterface/Xlib/XInput2.cpp)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue