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:
authorMaxime Curioni <maxime.curioni@gmail.com>2009-10-04 05:21:33 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2009-10-04 05:21:33 +0400
commitef6f7bbedbb3eb826c94fab17bb84955a0f695e3 (patch)
tree5927472c8880f3d8c7c591e5246d22ee6bd31f21 /source/blender/render/CMakeLists.txt
parentca347a1a3d2690e74fc1a36510efa1b793c2a35c (diff)
parentf82847687e413bf7627e424ad9f1a79bfea887cb (diff)
merged changes to revision 23620
Diffstat (limited to 'source/blender/render/CMakeLists.txt')
-rw-r--r--source/blender/render/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/render/CMakeLists.txt b/source/blender/render/CMakeLists.txt
index 894b38fbcda..684bd5de382 100644
--- a/source/blender/render/CMakeLists.txt
+++ b/source/blender/render/CMakeLists.txt
@@ -34,6 +34,10 @@ SET(INC
../makesrna
)
+IF(WIN32)
+ SET(INC ${INC} ${PTHREADS_INC})
+ENDIF(WIN32)
+
IF(WITH_OPENEXR)
ADD_DEFINITIONS(-DWITH_OPENEXR)
ENDIF(WITH_OPENEXR)