Demos (cmake): Remove accidental file.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Sat Nov 6 13:27:23 UTC 2010


Module: Demos
Branch: cmake
Commit: 443a2d5fd381cf775e206db5be72a58fc5f8463b
URL:    http://cgit.freedesktop.org/mesa/demos/commit/?id=443a2d5fd381cf775e206db5be72a58fc5f8463b

Author: José Fonseca <jfonseca at vmware.com>
Date:   Sat Nov  6 13:27:04 2010 +0000

Remove accidental file.

---

 src/redbook/:wq |  103 -------------------------------------------------------
 1 files changed, 0 insertions(+), 103 deletions(-)

diff --git a/src/redbook/:wq b/src/redbook/:wq
deleted file mode 100644
index 9a4b4f7..0000000
--- a/src/redbook/:wq
+++ /dev/null
@@ -1,103 +0,0 @@
-include_directories (
-	${mesademos_SOURCE_DIR}/src/util
-	${OPENGL_INCLUDE_PATH}
-	${GLUT_INCLUDE_DIR}
-	${GLEW_INCLUDE_DIR}
-)
-
-link_directories (
-	${mesademos_SOURCE_DIR}/src/util
-)
-
-link_libraries (
-	util
-	${OPENGL_gl_LIBRARY}
-	${OPENGL_glu_LIBRARY}
-	${GLUT_glut_LIBRARY}
-	${GLEW_glew_LIBRARY}
-)
-
-set (targets
-	aaindex
-	aapoly
-	aargb
-	accanti
-	accpersp
-	alpha3D
-	alpha
-	anti
-	bezcurve
-	bezmesh
-	checker
-	clip
-	colormat
-	combiner
-	convolution
-	cube
-	cubemap
-	depthcue
-	dof
-	double
-	drawf
-	feedback
-	fog
-	fogcoord
-	fogindex
-	font
-	hello
-	histogram
-	image
-	light
-	lines
-	list
-	material
-	minmax
-	mipmap
-	model
-	movelight
-	multisamp
-	multitex
-	mvarray
-	nurbs
-	pickdepth
-	picksquare
-	plane
-	planet
-	pointp
-	polyoff
-	polys
-	quadric
-	robot
-	sccolorlight
-	scenebamb
-	scene
-	sceneflat
-	select
-	shadowmap
-	smooth
-	stencil
-	stroke
-	surface
-	surfpoints
-	teaambient
-	teapots
-	tess
-	tesswind
-	texbind
-	texgen
-	texprox
-	texsub
-	texture3d
-	texturesurf
-	torus
-	trim
-	unproject
-	varray
-	wrap
-)
-
-foreach (target ${targets})
-	add_executable (${target} ${target}.c)
-endforeach (target)
-
-install (TARGETS ${targets} DESTINATION demos)




More information about the mesa-commit mailing list