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