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/datafiles
parent6551d4a2657696f37a79f96d58e5eb05d6422d5f (diff)
dont include the preview.blend in headless mode
Diffstat (limited to 'source/blender/editors/datafiles')
-rw-r--r--source/blender/editors/datafiles/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index 080673d6e54..17e3a868a8c 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -37,13 +37,16 @@ if(WITH_BLENDER)
# blender only
list(APPEND SRC
startup.blend.c
- preview.blend.c
bmonofont.ttf.c
)
if(NOT WITH_HEADLESS)
# blender UI only
list(APPEND SRC
+ # blends
+ preview.blend.c
+
+ # images
splash.png.c
blenderbuttons.c