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-11-19 01:06:36 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-19 01:06:36 +0400
commitc26c5f38529fd490638aa4b8a8070715ecf4a3fc (patch)
tree99ff3b540d79946bd49c79def13fd5dad1e2d583 /intern/cycles/CMakeLists.txt
parent97808449e617661f0a08677083ef4d6bc692e6d3 (diff)
UI: small tweak to tooltips for enum menus, it wasn't very clear which
description was for the property and which for the item.
Diffstat (limited to 'intern/cycles/CMakeLists.txt')
-rw-r--r--intern/cycles/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt
index 2a7a6f4ca65..a85b2ba8c2a 100644
--- a/intern/cycles/CMakeLists.txt
+++ b/intern/cycles/CMakeLists.txt
@@ -61,8 +61,8 @@ include_directories(
# Subdirectories
if(WITH_CYCLES_BLENDER)
- add_subdirectory(blender)
add_definitions(-DBLENDER_PLUGIN)
+ add_subdirectory(blender)
endif(WITH_CYCLES_BLENDER)
add_subdirectory(app)