From 616597e7eaff81feb59aeede8e01133b127d57e8 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 16 Apr 2019 12:35:50 +0200 Subject: CMake: fix WIN32 linking without sorted libs --- source/blender/blenlib/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/blenlib/CMakeLists.txt') 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. -- cgit v1.2.3