mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
Add nanosvg library dependency for vcpkg static builds
nanosvg is now a required dependency with recent wxWidgets builds.
This commit is contained in:
committed by
Fabrice de Gans
parent
88b07df394
commit
e91e4dcf17
@@ -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
|
||||
|
Reference in New Issue
Block a user