Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2017-01-26 20:51:22 +0300
committerClément Foucault <foucault.clem@gmail.com>2017-01-26 20:51:22 +0300
commitfcd5880d12f659644e6b21371f5d94e3ffdbc70e (patch)
tree5e44f14b2fdc897c86eaaf16372ca2e3b6a5a471
parent92e5dfbeed170deedae60df7fb66cb3bdd66a6f7 (diff)
Fix include compilation error on MSVC 2015.
-rw-r--r--source/blender/draw/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/CMakeLists.txt b/source/blender/draw/CMakeLists.txt
index 4cc69c0ea01..6cf358e8c11 100644
--- a/source/blender/draw/CMakeLists.txt
+++ b/source/blender/draw/CMakeLists.txt
@@ -46,7 +46,7 @@ set(INC
)
set(INC_SYS
-
+ ${GLEW_INCLUDE_PATH}
)
set(SRC