Fixing "cmake" with the new location of the "freeglut_xinput_x11.c" file

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1036 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2012-02-04 05:10:51 +00:00
parent a61a8d8cf7
commit 79007d8cac

View File

@ -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
)