mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:17:26 -04:00
cmake: put monero-gui executable into 'bin' directory
This commit is contained in:
@@ -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})
|
||||||
|
|||||||
Reference in New Issue
Block a user