Add nanosvg library dependency for vcpkg static builds
nanosvg is now a required dependency with recent wxWidgets builds.
This commit is contained in:
parent
88b07df394
commit
e91e4dcf17
|
@ -178,7 +178,7 @@ if(WIN32 AND CMAKE_TOOLCHAIN_FILE MATCHES vcpkg)
|
||||||
set(deb_suffix d)
|
set(deb_suffix d)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
foreach(lib_name libpng jpeg lzma tiff libexpat pcre2)
|
foreach(lib_name libpng jpeg lzma tiff libexpat pcre2 nanosvg)
|
||||||
file(
|
file(
|
||||||
GLOB lib_file
|
GLOB lib_file
|
||||||
${wxWidgets_LIB_DIR}/${lib_name}*.lib
|
${wxWidgets_LIB_DIR}/${lib_name}*.lib
|
||||||
|
|
Loading…
Reference in New Issue