From 79007d8cac19fbf52275334e87654faa39d6d188 Mon Sep 17 00:00:00 2001 From: fayjf 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: https://svn.code.sf.net/p/freeglut/code/trunk@1036 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeglut/freeglut/CMakeLists.txt b/freeglut/freeglut/CMakeLists.txt index 2e43094..9583569 100644 --- a/freeglut/freeglut/CMakeLists.txt +++ b/freeglut/freeglut/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 )