build/msvc: Add libiconv to bundled dependencies

This commit is contained in:
b-r-o-c-k
2018-06-06 20:39:17 -05:00
parent b94b59e4e8
commit d87e5d7016
6 changed files with 136 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
include(LibFindMacros)
find_path(ICONV_INCLUDE_DIR NAMES iconv.h)
find_library(ICONV_LIBRARY NAMES iconv)
find_library(ICONV_LIBRARY NAMES iconv libiconv)
set(Iconv_PROCESS_INCLUDES ICONV_INCLUDE_DIR)
if(ICONV_LIBRARY)