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:
authorCampbell Barton <ideasman42@gmail.com>2010-06-05 19:48:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-06-05 19:48:15 +0400
commitea06e8c3fbd9c002cfccc59dd094ec5798597bfe (patch)
treeded679aec014816af1674923d0d33941137cb495 /source/blender/editors/space_file/CMakeLists.txt
parent556b57febf9191210474678537322e86f3ef8cd9 (diff)
looks like this is needed for MSVC
Diffstat (limited to 'source/blender/editors/space_file/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_file/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/space_file/CMakeLists.txt b/source/blender/editors/space_file/CMakeLists.txt
index 338d30c8f5a..900f9392a76 100644
--- a/source/blender/editors/space_file/CMakeLists.txt
+++ b/source/blender/editors/space_file/CMakeLists.txt
@@ -57,4 +57,8 @@ IF(WITH_DDS)
ADD_DEFINITIONS(-DWITH_DDS)
ENDIF(WITH_DDS)
+IF(WIN32)
+ SET(INC ${INC} ${PTHREADS_INC})
+ENDIF(WIN32)
+
BLENDERLIB(bf_editor_space_file "${SRC}" "${INC}")