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:
authorBastien Montagne <montagne29@wanadoo.fr>2017-04-24 11:49:54 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-04-24 11:49:54 +0300
commitd67609697e7a857e5e129ed77cceee9b3140d9fb (patch)
tree55642b9a0c322b6a4e5a7f16299455e6b8a2ec87 /source/blender/blentranslation/CMakeLists.txt
parent6d9a223c90c845b2cdf9f9d6a224e2609d25c32a (diff)
Add C internal version of msgfmt (similar to makesrna/dna binaries).
Fixes performance issues of C++ one with Windows MSVC debug builds... Merely a translation from msgfmt.cc code by @sergey, using BLI libs intead of C++'s stdlib. Reviewers: sergey, campbellbarton, LazyDodo Subscribers: sergey Differential Revision: https://developer.blender.org/D2605
Diffstat (limited to 'source/blender/blentranslation/CMakeLists.txt')
-rw-r--r--source/blender/blentranslation/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blentranslation/CMakeLists.txt b/source/blender/blentranslation/CMakeLists.txt
index a3e85344027..c0dce5b4f0d 100644
--- a/source/blender/blentranslation/CMakeLists.txt
+++ b/source/blender/blentranslation/CMakeLists.txt
@@ -60,3 +60,5 @@ if(WIN32)
endif()
blender_add_lib(bf_blentranslation "${SRC}" "${INC}" "${INC_SYS}")
+
+add_subdirectory(msgfmt)