Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
melonDS
Commits
173e3b03
Commit
173e3b03
authored
Jul 26, 2020
by
Nadia Holmquist Pedersen
Browse files
Link iconv for Windows static builds
parent
c547db21
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontend/qt_sdl/CMakeLists.txt
View file @
173e3b03
...
...
@@ -79,7 +79,7 @@ elseif (WIN32)
target_link_libraries
(
melonDS comctl32 d2d1 dwrite uxtheme ws2_32 iphlpapi gdi32
)
if
(
BUILD_STATIC
)
target_link_libraries
(
melonDS imm32 winmm version setupapi -static Qt5::Core Qt5::Gui Qt5::Widgets z zstd
)
target_link_libraries
(
melonDS imm32 winmm version setupapi -static Qt5::Core Qt5::Gui Qt5::Widgets z zstd
iconv
)
else
()
target_link_libraries
(
melonDS Qt5::Core Qt5::Gui Qt5::Widgets
)
endif
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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