summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-11-06 13:27:04 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-11-06 13:27:04 +0000
commit443a2d5fd381cf775e206db5be72a58fc5f8463b (patch)
treec74e6b9904efa0c726e452a1cdf8a1d74564befe
parent12ec0c3f3597f8e2c950bac216780f2c687083fb (diff)
Remove accidental file.
-rw-r--r--src/redbook/:wq103
1 files changed, 0 insertions, 103 deletions
diff --git a/src/redbook/:wq b/src/redbook/:wq
deleted file mode 100644
index 9a4b4f76..00000000
--- 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)