From 84408ff4025b59f268e07bc368e97fe07252be2c Mon Sep 17 00:00:00 2001 From: Craig Sturdy Date: Wed, 20 Nov 2019 13:39:15 +0000 Subject: FindwxWidgets: Find wxQt debug libraries Extend the change from commit fe54989fcd (FindwxWidgets: Add support for wxQt, 2019-11-12, v3.16.0-rc4~12^2~1) to also find debug-enabled libs. --- Modules/FindwxWidgets.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/FindwxWidgets.cmake b/Modules/FindwxWidgets.cmake index 12c68bb..798d19a 100644 --- a/Modules/FindwxWidgets.cmake +++ b/Modules/FindwxWidgets.cmake @@ -517,6 +517,7 @@ if(wxWidgets_FIND_STYLE STREQUAL "win32") find_path(wxWidgets_LIB_DIR NAMES qtu/wx/setup.h + qtud/wx/setup.h msw/wx/setup.h mswd/wx/setup.h mswu/wx/setup.h @@ -543,6 +544,7 @@ if(wxWidgets_FIND_STYLE STREQUAL "win32") find_path(wxWidgets_LIB_DIR NAMES qtu/wx/setup.h + qtud/wx/setup.h msw/wx/setup.h mswd/wx/setup.h mswu/wx/setup.h -- cgit v0.12