[Pkg-mpd-commits] [qmpdclient] 07/38: CMakeLists.txt: make GUI executable on 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 8ce5afb654e60016e78d46e8986ecc2f28b8420b
Author: Denis Krjuchkov <denis at crazydev.net>
Date:   Sun Mar 25 02:49:29 2012 +0600

    CMakeLists.txt: make GUI executable on Win32
---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9ae2d2e..cc821b1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -290,6 +290,7 @@ if(UNIX)
 endif()
 if(WIN32)
 	target_link_libraries(qmpdclient ws2_32)
+	set_target_properties(qmpdclient PROPERTIES WIN32_EXECUTABLE TRUE)
 endif()
 
 install(TARGETS qmpdclient DESTINATION bin)

-- 
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