Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Grant Kim
CMake
Commits
c921ec61
Commit
c921ec61
authored
Nov 12, 2019
by
Grant Kim
Committed by
Brad King
Nov 13, 2019
Browse files
FindwxWidgets: Add link dependencies for MinGW
wxWidgets on MinGW requires system libraries `uuid` and `uxtheme`.
parent
fe54989f
Pipeline
#151244
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Modules/FindwxWidgets.cmake
View file @
c921ec61
...
...
@@ -431,7 +431,7 @@ if(wxWidgets_FIND_STYLE STREQUAL "win32")
list
(
APPEND wxWidgets_LIBRARIES opengl32 glu32
)
endif
()
list
(
APPEND wxWidgets_LIBRARIES winmm comctl32 oleacc rpcrt4 shlwapi version wsock32
)
list
(
APPEND wxWidgets_LIBRARIES winmm comctl32
uuid
oleacc
uxtheme
rpcrt4 shlwapi version wsock32
)
endmacro
()
#-------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment