cmake: put monero-gui executable into 'bin' directory

This commit is contained in:
xiphon 2019-10-09 02:13:06 +00:00 committed by TheCharlatan
parent 1723d04902
commit 91aff7c0e4

View file

@ -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})