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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-06-24 21:19:34 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-06-24 21:19:34 +0400
commitd28fc39ff50a7afbe5f456ed5558b5aea4797d15 (patch)
treeae658fcd0d7e99fb47a965bbe22a3025a642f831 /intern/cycles/blender/CMakeLists.txt
parent0a4a36271f13bbbc5c6db2060206731033b84bf0 (diff)
Cycles: attempt at fixing windows compile problem after merge.
Diffstat (limited to 'intern/cycles/blender/CMakeLists.txt')
-rw-r--r--intern/cycles/blender/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/cycles/blender/CMakeLists.txt b/intern/cycles/blender/CMakeLists.txt
index 784f78a54d4..ef68431267c 100644
--- a/intern/cycles/blender/CMakeLists.txt
+++ b/intern/cycles/blender/CMakeLists.txt
@@ -66,8 +66,8 @@ ADD_DEPENDENCIES(cycles_blender bf_rna)
IF(WIN32)
TARGET_LINK_LIBRARIES(cycles_blender ${PYTHON_LINKFLAGS})
- TARGET_LINK_LIBRARIES(cycles_blender debug ${PYTHON_LIBRARY}_d)
- TARGET_LINK_LIBRARIES(cycles_blender optimized ${PYTHON_LIBRARY})
+ TARGET_LINK_LIBRARIES(cycles_blender debug ${PYTHON_LIBRARIES}_d)
+ TARGET_LINK_LIBRARIES(cycles_blender optimized ${PYTHON_LIBRARIES})
SET_TARGET_PROPERTIES(cycles_blender PROPERTIES PREFIX "lib")
SET_TARGET_PROPERTIES(cycles_blender PROPERTIES SUFFIX ".pyd")