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:
authorDalai Felinto <dfelinto@gmail.com>2010-12-09 10:05:09 +0300
committerDalai Felinto <dfelinto@gmail.com>2010-12-09 10:05:09 +0300
commitc6b3d4ff1417cf0c87d8fc79552ae01a27b1a15a (patch)
tree13943ddaf32308449512d2df7418484b6a1c1da1 /source/blender/blenfont/CMakeLists.txt
parentde159a67aa0114e30940eee460774458bbd97a65 (diff)
removing BLF_types.h from CMakeLists.txt
Diffstat (limited to 'source/blender/blenfont/CMakeLists.txt')
-rw-r--r--source/blender/blenfont/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenfont/CMakeLists.txt b/source/blender/blenfont/CMakeLists.txt
index 1dc546bd6d5..0b7cb20af83 100644
--- a/source/blender/blenfont/CMakeLists.txt
+++ b/source/blender/blenfont/CMakeLists.txt
@@ -42,7 +42,6 @@ set(SRC
intern/blf_util.c
BLF_api.h
- BLF_types.h
intern/blf_internal.h
intern/blf_internal_types.h
)