CMake: fix WIN32 linking without sorted libs

This commit is contained in:
2019-04-16 12:35:50 +02:00
committed by Campbell Barton
parent 758bb8c70d
commit 616597e7ea

View File

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