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:
Diffstat (limited to 'intern/cycles/util/CMakeLists.txt')
-rw-r--r--intern/cycles/util/CMakeLists.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/intern/cycles/util/CMakeLists.txt b/intern/cycles/util/CMakeLists.txt
index 3fea6182a97..4137c73a39a 100644
--- a/intern/cycles/util/CMakeLists.txt
+++ b/intern/cycles/util/CMakeLists.txt
@@ -1,5 +1,8 @@
-INCLUDE_DIRECTORIES(.)
+INCLUDE_DIRECTORIES(
+ .
+ ${GLEW_INCLUDE_PATH}
+ ${OPENGL_INCLUDE_DIR})
SET(sources
util_cache.cpp
@@ -43,5 +46,5 @@ SET(headers
util_vector.h
util_xml.h)
-ADD_LIBRARY(util ${sources} ${headers})
+ADD_LIBRARY(cycles_util ${sources} ${headers})