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.