From 12dda1f9b43a88edf9146be4b2b72a4d36111e21 Mon Sep 17 00:00:00 2001 From: "John F. Fay" Date: Sat, 4 Feb 2012 05:10:51 +0000 Subject: [PATCH] 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 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 1.7.10.4