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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-04-16 13:35:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-16 13:35:57 +0300
commit616597e7eaff81feb59aeede8e01133b127d57e8 (patch)
tree5204d3b250c0e4b264f55055a9a83b44c4452227 /source/blender/blenlib/CMakeLists.txt
parent758bb8c70d75ada6ea4d8317fa499bcd051e309b (diff)
CMake: fix WIN32 linking without sorted libs
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 22cd4fbb237..d6c93278aa2 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -248,6 +248,9 @@ if(WIN32)
list(APPEND INC
../../../intern/utfconv
)
+ list(APPEND LIB
+ bf_intern_utfconv
+ )
endif()
# no need to compile object files for inline headers.