[Pkg-mpd-commits] [qmpdclient] 06/38: CMakeLists.txt: correctly link under Win32
Andrey Rahmatullin
wrar at moszumanska.debian.org
Mon May 23 07:19:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
wrar pushed a commit to branch master
in repository qmpdclient.
commit 567c6ceaca9d7c5a5089fd2be7df1bbb8f2a92d3
Author: Denis Krjuchkov <denis at crazydev.net>
Date: Sun Mar 25 02:40:16 2012 +0600
CMakeLists.txt: correctly link under Win32
---
CMakeLists.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5fa8895..9ae2d2e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -288,6 +288,9 @@ if(UNIX)
target_link_libraries(qmpdclient ${X11_LIBRARIES})
endif()
endif()
+if(WIN32)
+ target_link_libraries(qmpdclient ws2_32)
+endif()
install(TARGETS qmpdclient DESTINATION bin)
if(UNIX)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/qmpdclient.git
More information about the Pkg-mpd-commits
mailing list