[Pkg-owncloud-commits] [owncloud-client] 163/332: SocketAPI: put binary into bin/ dir

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit e63d45cca95c405123b048907f18ad7f0ff135b7
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Wed Jul 2 11:15:39 2014 +0200

    SocketAPI: put binary into bin/ dir
---
 shell_integration/testclient/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shell_integration/testclient/CMakeLists.txt b/shell_integration/testclient/CMakeLists.txt
index 0ac7f40..e264323 100644
--- a/shell_integration/testclient/CMakeLists.txt
+++ b/shell_integration/testclient/CMakeLists.txt
@@ -8,3 +8,4 @@ target_link_libraries(testclient ${QT_LIBRARIES})
 set_target_properties(testclient PROPERTIES AUTOMOC TRUE)
 qt5_use_modules(testclient Widgets Network)
 include_directories(${CMAKE_CURRENT_BINARY_DIR})
+set_target_properties(testclient PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list