blob: 26d3e92a10de27ecd69bc62e75ec71ec5badf20b (
plain)
1
2
3
4
5
6
7
8
|
EXECUTABLE_OUTPUT_PATH
----------------------
Old executable location variable.
The target property :prop_tgt:`RUNTIME_OUTPUT_DIRECTORY` supercedes this
variable for a target if it is set. Executable targets are otherwise placed in
this directory.
|