mirror of
https://github.com/monero-project/monero.git
synced 2026-01-26 06:14:29 +01:00
cmake: place binaries together in the build tree
This allows Windows to copy binaries to one place rather than to each executable directory.
This commit is contained in:
@@ -60,6 +60,9 @@ function (bitmonero_add_executable name)
|
|||||||
set_property(TARGET "${name}"
|
set_property(TARGET "${name}"
|
||||||
PROPERTY
|
PROPERTY
|
||||||
FOLDER "prog")
|
FOLDER "prog")
|
||||||
|
set_property(TARGET "${name}"
|
||||||
|
PROPERTY
|
||||||
|
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
|
||||||
|
|
||||||
if (STATIC)
|
if (STATIC)
|
||||||
set_property(TARGET "${name}"
|
set_property(TARGET "${name}"
|
||||||
|
|||||||
Reference in New Issue
Block a user