CMake: fix WIN32 linking without sorted libs
This commit is contained in:
@@ -248,6 +248,9 @@ if(WIN32)
|
|||||||
list(APPEND INC
|
list(APPEND INC
|
||||||
../../../intern/utfconv
|
../../../intern/utfconv
|
||||||
)
|
)
|
||||||
|
list(APPEND LIB
|
||||||
|
bf_intern_utfconv
|
||||||
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# no need to compile object files for inline headers.
|
# no need to compile object files for inline headers.
|
||||||
|
Reference in New Issue
Block a user