From 2e2dc9b9e32d104a0f7c3241ea0c11b57a37fd5b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 16 Aug 2015 17:32:01 +1000 Subject: Refactor translation code out of blenfont - Add blentranslation `BLT_*` module. - moved & split `BLF_translation.h` into (`BLT_translation.h`, `BLT_lang.h`). - moved `BLF_*_unifont` functions from `blf_translation.c` to new source file `blf_font_i18n.c`. --- source/blender/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/CMakeLists.txt') diff --git a/source/blender/CMakeLists.txt b/source/blender/CMakeLists.txt index 9a73921bbc7..e36f9e2b43e 100644 --- a/source/blender/CMakeLists.txt +++ b/source/blender/CMakeLists.txt @@ -101,6 +101,7 @@ add_subdirectory(blenlib) add_subdirectory(bmesh) add_subdirectory(render) add_subdirectory(blenfont) +add_subdirectory(blentranslation) add_subdirectory(blenloader) add_subdirectory(depsgraph) add_subdirectory(ikplugin) -- cgit v1.2.3