From ea06e8c3fbd9c002cfccc59dd094ec5798597bfe Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 5 Jun 2010 15:48:15 +0000 Subject: looks like this is needed for MSVC --- source/blender/editors/space_file/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/editors/space_file/CMakeLists.txt') 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}") -- cgit v1.2.3