[Bf-blender-cvs] [424459c] soc-2016-layer_manager: Add glew include path

Campbell Barton noreply at git.blender.org
Thu Jun 2 18:34:44 CEST 2016


Commit: 424459cec9672c709f1245539cee3bb40a7ef3fc
Author: Campbell Barton
Date:   Fri Jun 3 02:35:02 2016 +1000
Branches: soc-2016-layer_manager
https://developer.blender.org/rB424459cec9672c709f1245539cee3bb40a7ef3fc

Add glew include path

===================================================================

M	source/blender/editors/space_layers/CMakeLists.txt

===================================================================

diff --git a/source/blender/editors/space_layers/CMakeLists.txt b/source/blender/editors/space_layers/CMakeLists.txt
index 9d20910..5394628 100644
--- a/source/blender/editors/space_layers/CMakeLists.txt
+++ b/source/blender/editors/space_layers/CMakeLists.txt
@@ -32,7 +32,7 @@ set(INC
 )
 
 set(INC_SYS
-	
+	${GLEW_INCLUDE_PATH}
 )
 
 set(SRC




More information about the Bf-blender-cvs mailing list