mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-24 18:50:24 +02:00
cmake: put monero-gui executable into 'bin' directory
This commit is contained in:
parent
1723d04902
commit
91aff7c0e4
@ -71,6 +71,7 @@ add_executable(monero-gui main/main.cpp
|
|||||||
${QR_CODE_FILES}
|
${QR_CODE_FILES}
|
||||||
${QML_QRC}
|
${QML_QRC}
|
||||||
)
|
)
|
||||||
|
set_property(TARGET monero-gui PROPERTY RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
|
||||||
|
|
||||||
# OpenGL
|
# OpenGL
|
||||||
target_include_directories(monero-gui PUBLIC ${OPENGL_INCLUDE_DIR})
|
target_include_directories(monero-gui PUBLIC ${OPENGL_INCLUDE_DIR})
|
||||||
|
Loading…
Reference in New Issue
Block a user