From d875f4927e430e1dfdee40ba66465efd3286b013 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Sat, 21 Nov 2009 20:36:03 +0000 Subject: patch [#19796] GLEW update by Mitchell Stokes (Moguri) GLEW update to version 1.5.1 [11-03-08] this opens room for Geometry Shader support. * - Brecht, Campbell told me you did some local changes in order to make it right in Linux. I get to you in order to know what those changes are (or feel free to commit them directly) --- source/blender/windowmanager/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/windowmanager/CMakeLists.txt') diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt index 7274803128d..e93b9906dac 100644 --- a/source/blender/windowmanager/CMakeLists.txt +++ b/source/blender/windowmanager/CMakeLists.txt @@ -43,6 +43,8 @@ SET(INC . ${OPENGL_INCLUDE_DIR} ) +ADD_DEFINITIONS(-DGLEW_STATIC) + IF(WITH_INTERNATIONAL) ADD_DEFINITIONS(-DINTERNATIONAL) ENDIF(WITH_INTERNATIONAL) -- cgit v1.2.3