looks like this is needed for MSVC

This commit is contained in:
Campbell Barton
2010-06-05 15:48:15 +00:00
parent 556b57febf
commit ea06e8c3fb

View File

@@ -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}")