Fixing "cmake" with the new location of the "freeglut_xinput_x11.c" file
[freeglut] / 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