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-05-01 13:19:45 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-05-01 13:19:45 +0400
commite5d7a38a257b543ff44e823c29a12198e3817427 (patch)
tree1748495dd6a2b8abd096058288e026103b4d23bc /intern/cycles/blender/CMakeLists.txt
parent774584d7e84843503a5ef4477748cecfdaedeb3d (diff)
Cycles: fix build issue with Blender includes.
Diffstat (limited to 'intern/cycles/blender/CMakeLists.txt')
-rw-r--r--intern/cycles/blender/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/blender/CMakeLists.txt b/intern/cycles/blender/CMakeLists.txt
index 93a043a54a2..096363e5d9f 100644
--- a/intern/cycles/blender/CMakeLists.txt
+++ b/intern/cycles/blender/CMakeLists.txt
@@ -61,6 +61,7 @@ ENDIF()
SET(CMAKE_MODULE_LINKER_FLAGS ${PYTHON_MODULE_FLAGS})
ADD_LIBRARY(cycles_blender MODULE ${sources} ${headers})
+ADD_DEPENDENCIES(cycles_blender bf_rna)
TARGET_LINK_LIBRARIES(cycles_blender ${LIBRARIES})
INSTALL(FILES ${addonfiles} DESTINATION ${CYCLES_INSTALL_PATH}/cycles)