From b1543f07bf1e135dc6f99567175e728fda6c4726 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sun, 24 Feb 2013 15:40:28 +0000 Subject: =?UTF-8?q?Another=20bunch=20of=20UI=20translation=20fixes,=20than?= =?UTF-8?q?ks=20to=20Leon=20Cheung,=20Gabriel=20Gazz=C3=A1n=20and=20S.=20L?= =?UTF-8?q?ockal=20for=20spotting=20them!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/blender/editors/io/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/editors/io/CMakeLists.txt') diff --git a/source/blender/editors/io/CMakeLists.txt b/source/blender/editors/io/CMakeLists.txt index 7db23041c88..d4ae5b8b29b 100644 --- a/source/blender/editors/io/CMakeLists.txt +++ b/source/blender/editors/io/CMakeLists.txt @@ -47,4 +47,8 @@ if(WITH_OPENCOLLADA) add_definitions(-DWITH_COLLADA) endif() +if(WITH_INTERNATIONAL) + add_definitions(-DWITH_INTERNATIONAL) +endif() + blender_add_lib(bf_editor_io "${SRC}" "${INC}" "${INC_SYS}") -- cgit v1.2.3