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/blentranslation/msgfmt/CMakeLists.txt')
-rw-r--r--source/blender/blentranslation/msgfmt/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/blentranslation/msgfmt/CMakeLists.txt b/source/blender/blentranslation/msgfmt/CMakeLists.txt
index 48537604157..1b46efb1bb5 100644
--- a/source/blender/blentranslation/msgfmt/CMakeLists.txt
+++ b/source/blender/blentranslation/msgfmt/CMakeLists.txt
@@ -22,12 +22,12 @@
# Build msgfmt executable
blender_include_dirs(
- ../../../../intern/guardedalloc
- ../../blenlib
+ ../../../../intern/guardedalloc
+ ../../blenlib
)
set(SRC
- msgfmt.c
+ msgfmt.c
)
add_cc_flags_custom_test(msgfmt)
@@ -38,7 +38,7 @@ target_link_libraries(msgfmt bf_blenlib)
target_link_libraries(msgfmt bf_intern_guardedalloc)
if(WIN32)
- target_link_libraries(msgfmt bf_intern_utfconv)
+ target_link_libraries(msgfmt bf_intern_utfconv)
endif()
target_link_libraries(msgfmt ${ZLIB_LIBRARIES})