diff options
author | Craig Sturdy <craig.sturdy@geoteric.com> | 2019-11-20 13:39:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-11-20 15:06:15 (GMT) |
commit | 84408ff4025b59f268e07bc368e97fe07252be2c (patch) | |
tree | a00c096aa8d40d2649299076fd34d59138bcdda2 /Modules/FindwxWidgets.cmake | |
parent | d25d75687d3fe53ab19b61b5d671c83d8203f15c (diff) | |
download | CMake-84408ff4025b59f268e07bc368e97fe07252be2c.zip CMake-84408ff4025b59f268e07bc368e97fe07252be2c.tar.gz CMake-84408ff4025b59f268e07bc368e97fe07252be2c.tar.bz2 |
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.
Diffstat (limited to 'Modules/FindwxWidgets.cmake')
-rw-r--r-- | Modules/FindwxWidgets.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
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 |