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