Fixing "cmake" with the new location of the "freeglut_xinput_x11.c" file
authorJohn F. Fay <johnffay@nettally.com>
Sat, 4 Feb 2012 05:10:51 +0000 (05:10 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Sat, 4 Feb 2012 05:10:51 +0000 (05:10 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1036 7f0cb862-5218-0410-a997-914c9d46530a

CMakeLists.txt

index 2e43094..9583569 100644 (file)
@@ -34,7 +34,6 @@ SET(FREEGLUT_SRCS
        src/Common/freeglut_teapot.c\r
        src/Common/freeglut_videoresize.c\r
        src/Common/freeglut_window.c\r
-       src/Common/freeglut_xinput.c\r
 )\r
 \r
 IF(WIN32)\r
@@ -71,6 +70,7 @@ ELSE()
                src/x11/freeglut_state_x11.c\r
                src/x11/freeglut_structure_x11.c\r
                src/x11/freeglut_window_x11.c\r
+               src/x11/freeglut_xinput_x11.c\r
 )\r
 \r
 \r