[Bf-blender-cvs] [616597e7eaf] master: CMake: fix WIN32 linking without sorted libs

Sergey Sharybin noreply at git.blender.org
Tue Apr 16 12:52:49 CEST 2019


Commit: 616597e7eaff81feb59aeede8e01133b127d57e8
Author: Sergey Sharybin
Date:   Tue Apr 16 12:35:50 2019 +0200
Branches: master
https://developer.blender.org/rB616597e7eaff81feb59aeede8e01133b127d57e8

CMake: fix WIN32 linking without sorted libs

===================================================================

M	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.



More information about the Bf-blender-cvs mailing list