Demos (master): cmake: Add missing executables.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Tue Jun 7 17:45:52 UTC 2011


Module: Demos
Branch: master
Commit: bea0fd1130632fd722d3032f1dd8b3614d281cc2
URL:    http://cgit.freedesktop.org/mesa/demos/commit/?id=bea0fd1130632fd722d3032f1dd8b3614d281cc2

Author: José Fonseca <jfonseca at vmware.com>
Date:   Tue Jun  7 18:41:10 2011 +0100

cmake: Add missing executables.

---

 src/demos/CMakeLists.txt |    2 ++
 src/glsl/CMakeLists.txt  |    1 +
 src/tests/CMakeLists.txt |    2 +-
 3 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/demos/CMakeLists.txt b/src/demos/CMakeLists.txt
index e62e770..f1bcc03 100644
--- a/src/demos/CMakeLists.txt
+++ b/src/demos/CMakeLists.txt
@@ -28,6 +28,7 @@ set (targets
 	clearspd
 	copypix
 	cubemap
+	cuberender
 	dinoshade
 	dissolve
 	drawpix
@@ -51,6 +52,7 @@ set (targets
 	morph3d
 	multiarb
 	paltex
+	pixeltest
 	pointblast
 	projtex
 	ray
diff --git a/src/glsl/CMakeLists.txt b/src/glsl/CMakeLists.txt
index 39a6ff0..11f8e37 100644
--- a/src/glsl/CMakeLists.txt
+++ b/src/glsl/CMakeLists.txt
@@ -43,6 +43,7 @@ set (targets
 	samplers
 	shadow_sampler
 	shtest
+	simplex-noise
 	skinning
 	texaaline
 	texdemo1
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index d64bc23..d2c6903 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -48,8 +48,8 @@ set (targets
 	cylwrap
 	# XXX: Depends on Mesa GL header
 	#debugger
-	drawbuffers2
 	drawbuffers
+	drawbuffers2
 	drawstencil
 	exactrast
 	ext422square




More information about the mesa-commit mailing list