Cemu/dependencies/vcpkg_overlay_ports/wxwidgets/nanosvg-ext-depend.patch
Crementif 934cc3eb9d
Some checks are pending
Build check / build (push) Waiting to run
Generate translation template / generate-pot (push) Waiting to run
UI: Improvements and fixes for Windows dark mode (#1728)
2025-11-22 23:26:27 +01:00

13 lines
445 B
Diff

diff --git a/build/cmake/wxWidgetsConfig.cmake.in b/build/cmake/wxWidgetsConfig.cmake.in
index 2f3a735d92..c134900764 100644
--- a/build/cmake/wxWidgetsConfig.cmake.in
+++ b/build/cmake/wxWidgetsConfig.cmake.in
@@ -155,6 +155,7 @@ foreach(libname @wxLIB_TARGETS@)
endforeach()
include(CMakeFindDependencyMacro)
+find_dependency(NanoSVG CONFIG)
if(TARGET wx::wxnet AND @wxUSE_WEBREQUEST_CURL@)
# make sure CURL targets are available: