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:
Diffstat (limited to 'source/blender/editors/datafiles/CMakeLists.txt')
-rw-r--r--source/blender/editors/datafiles/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index 17e3a868a8c..fc85dcf5fa8 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -20,7 +20,8 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
-
+ ../../blenlib
+ ../../../../intern/guardedalloc
)
set(INC_SYS
@@ -31,6 +32,7 @@ set(INC_SYS
set(SRC
Bfont.c
bfont.ttf.c
+ bunifont.ttf.c
)
if(WITH_BLENDER)