aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2019-10-09 02:13:06 +0000
committerTheCharlatan <seb.kung@gmail.com>2019-11-27 22:59:27 +0100
commit91aff7c0e4ac4d24083709772913eed652d14e3a (patch)
treed846a3d5d88e032790c9282e8600849cef45ad00
parent1723d049022947e470118009f351e6336c802215 (diff)
downloadmonzero-gui-91aff7c0e4ac4d24083709772913eed652d14e3a.tar.gz
monzero-gui-91aff7c0e4ac4d24083709772913eed652d14e3a.tar.xz
monzero-gui-91aff7c0e4ac4d24083709772913eed652d14e3a.zip
cmake: put monero-gui executable into 'bin' directory
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b2924540..abad3c9b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -71,6 +71,7 @@ add_executable(monero-gui main/main.cpp
${QR_CODE_FILES}
${QML_QRC}
)
+set_property(TARGET monero-gui PROPERTY RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
# OpenGL
target_include_directories(monero-gui PUBLIC ${OPENGL_INCLUDE_DIR})