From: John F. Fay Date: Sat, 4 Feb 2012 05:10:51 +0000 (+0000) Subject: Fixing "cmake" with the new location of the "freeglut_xinput_x11.c" file X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=12dda1f9b43a88edf9146be4b2b72a4d36111e21;hp=57b0e0aeb1ffe8075226749cdd484d250966d0cf;p=freeglut Fixing "cmake" with the new location of the "freeglut_xinput_x11.c" file git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1036 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e43094..9583569 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,6 @@ SET(FREEGLUT_SRCS src/Common/freeglut_teapot.c src/Common/freeglut_videoresize.c src/Common/freeglut_window.c - src/Common/freeglut_xinput.c ) IF(WIN32) @@ -71,6 +70,7 @@ ELSE() src/x11/freeglut_state_x11.c src/x11/freeglut_structure_x11.c src/x11/freeglut_window_x11.c + src/x11/freeglut_xinput_x11.c )