Demos (master): wglinfo: Fix installation directory.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Tue Nov 23 18:50:03 UTC 2010


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Tue Nov 23 18:49:31 2010 +0000

wglinfo: Fix installation directory.

---

 src/wgl/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/wgl/CMakeLists.txt b/src/wgl/CMakeLists.txt
index 58bc606..834e836 100644
--- a/src/wgl/CMakeLists.txt
+++ b/src/wgl/CMakeLists.txt
@@ -14,4 +14,4 @@ set_target_properties (wgl_sharedtex_mt PROPERTIES OUTPUT_NAME sharedtex_mt)
 
 add_executable (wglinfo wglinfo.c)
 
-install (TARGETS wglthreads wgl_sharedtex_mt wglthreads DESTINATION wgl)
+install (TARGETS wglthreads wgl_sharedtex_mt wglinfo DESTINATION wgl)




More information about the mesa-commit mailing list