Fixing the "cmake" inputs to build the "spaceball" demo properly per e-mail from...
authorJohn F. Fay <johnffay@nettally.com>
Sun, 8 Jan 2012 19:25:33 +0000 (19:25 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Sun, 8 Jan 2012 19:25:33 +0000 (19:25 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@972 7f0cb862-5218-0410-a997-914c9d46530a

CMakeLists.txt

index 91dc759..12cc9ff 100644 (file)
@@ -107,7 +107,9 @@ ADD_DEMO(One             progs/demos/One/one.c)
 ADD_DEMO(Resizer         progs/demos/Resizer/Resizer.cpp)\r
 ADD_DEMO(shapes          progs/demos/shapes/shapes.c)\r
 ADD_DEMO(smooth_opengl3  progs/demos/smooth_opengl3/smooth_opengl3.c)\r
-ADD_DEMO(spaceball       progs/demos/spaceball/spaceball.c)\r
+ADD_DEMO(spaceball       progs/demos/spaceball/spaceball.c\r
+                         progs/demos/spaceball/vmath.c\r
+                         progs/demos/spaceball/vmath.h)\r
 ADD_DEMO(subwin          progs/demos/subwin/subwin.c)\r
 \r
 \r