mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-31 16:09:26 +00:00
cmake: put monero-gui executable into 'bin' directory
This commit is contained in:
parent
1723d04902
commit
91aff7c0e4
1 changed files with 1 additions and 0 deletions
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue