Browse Source

Merge topic 'FindwxWidgets-new-syslibs'

ae4b3b70 FindwxWidgets: link with the new required libs under MSW

Acked-by: Kitware Robot <[email protected]>
Merge-request: !676
Brad King 8 years ago
parent
commit
730a548055
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/FindwxWidgets.cmake

+ 1 - 1
Modules/FindwxWidgets.cmake

@@ -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()
 
   #-------------------------------------------------------------------