Module: Demos Branch: master Commit: 8c9ae1660229e475a4c16ffa791f8905f9250078 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=8c9ae1660229e475a4c16ffa791f8905f9250078
Author: José Fonseca <[email protected]> Date: Wed Feb 8 17:42:53 2012 +0000 rtotex: Build as a WIN32 GUI app. --- src/wgl/rtotex/CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/wgl/rtotex/CMakeLists.txt b/src/wgl/rtotex/CMakeLists.txt index 6edd57e..ba5e5e6 100644 --- a/src/wgl/rtotex/CMakeLists.txt +++ b/src/wgl/rtotex/CMakeLists.txt @@ -11,7 +11,7 @@ link_libraries ( ${GLEW_glew_LIBRARY} ) -add_executable (rtotex +add_executable (rtotex WIN32 fps_counter.cpp image.cpp interactor.cpp _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
