mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
Merge topic 'FindwxWidgets-new-syslibs'
ae4b3b70 FindwxWidgets: link with the new required libs under MSW
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !676
This commit is contained in:
@@ -423,7 +423,7 @@ if(wxWidgets_FIND_STYLE STREQUAL "win32")
|
||||
list(APPEND wxWidgets_LIBRARIES opengl32 glu32)
|
||||
endif()
|
||||
|
||||
list(APPEND wxWidgets_LIBRARIES winmm comctl32 rpcrt4 wsock32)
|
||||
list(APPEND wxWidgets_LIBRARIES winmm comctl32 oleacc rpcrt4 shlwapi version wsock32)
|
||||
endmacro()
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user