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:
authorCampbell Barton <ideasman42@gmail.com>2011-07-13 23:27:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-07-13 23:27:42 +0400
commit609933208dba8ac78dff85294d83d495a8ae45d4 (patch)
tree78f4c0b25daa7ba6be85bd78b7b246526c06cd1b /source/blender/editors/render/CMakeLists.txt
parent6551d4a2657696f37a79f96d58e5eb05d6422d5f (diff)
dont include the preview.blend in headless mode
Diffstat (limited to 'source/blender/editors/render/CMakeLists.txt')
-rw-r--r--source/blender/editors/render/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/render/CMakeLists.txt b/source/blender/editors/render/CMakeLists.txt
index 0d1de00806b..7e497200710 100644
--- a/source/blender/editors/render/CMakeLists.txt
+++ b/source/blender/editors/render/CMakeLists.txt
@@ -60,4 +60,8 @@ if(WITH_OPENMP)
add_definitions(-DPARALLEL=1)
endif()
+if(WITH_HEADLESS)
+ add_definitions(-DWITH_HEADLESS)
+endif()
+
blender_add_lib(bf_editor_render "${SRC}" "${INC}" "${INC_SYS}")