Add nanosvg library dependency for vcpkg static builds

nanosvg is now a required dependency with recent wxWidgets builds.
This commit is contained in:
Fabrice de Gans
2023-04-01 16:52:42 -07:00
committed by Fabrice de Gans
parent 88b07df394
commit e91e4dcf17

View File

@@ -178,7 +178,7 @@ if(WIN32 AND CMAKE_TOOLCHAIN_FILE MATCHES vcpkg)
set(deb_suffix d)
endif()
foreach(lib_name libpng jpeg lzma tiff libexpat pcre2)
foreach(lib_name libpng jpeg lzma tiff libexpat pcre2 nanosvg)
file(
GLOB lib_file
${wxWidgets_LIB_DIR}/${lib_name}*.lib