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-18 19:39:40 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-18 19:39:40 +0400
commit02ce6fd59ca237f0bbaebfb50be9f74039d99e93 (patch)
tree2217c8cab855da458f986da0ee21e04341fc2f7a /intern/cycles/CMakeLists.txt
parentb4097ad11d77e1ecc3ed9ed61cb6970162c547f8 (diff)
Cycles: try to avoid NaN pixels with oren nayar. Also small cmake code cleanup.
Diffstat (limited to 'intern/cycles/CMakeLists.txt')
-rw-r--r--intern/cycles/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt
index cfff7485e61..2a7a6f4ca65 100644
--- a/intern/cycles/CMakeLists.txt
+++ b/intern/cycles/CMakeLists.txt
@@ -62,6 +62,7 @@ include_directories(
if(WITH_CYCLES_BLENDER)
add_subdirectory(blender)
+ add_definitions(-DBLENDER_PLUGIN)
endif(WITH_CYCLES_BLENDER)
add_subdirectory(app)