Revision 93b705a396c23f771ba203efb6f2f4934ae027b7 authored by Brad King on 05 August 2016, 12:50:29 UTC, committed by CMake Topic Stage on 05 August 2016, 12:50:29 UTC
e555480c Ninja: Fix response file format for GNU-like Clang on Windows

2 parent s baa6032 + e555480
Raw File
OUTPUT_NAME.rst
OUTPUT_NAME
-----------

Output name for target files.

This sets the base name for output files created for an executable or
library target.  If not set, the logical target name is used by
default.

Contents of ``OUTPUT_NAME`` and the variants listed below may use
:manual:`generator expressions <cmake-generator-expressions(7)>`.

See also the variants:

* :prop_tgt:`OUTPUT_NAME_<CONFIG>`
* :prop_tgt:`ARCHIVE_OUTPUT_NAME_<CONFIG>`
* :prop_tgt:`ARCHIVE_OUTPUT_NAME`
* :prop_tgt:`LIBRARY_OUTPUT_NAME_<CONFIG>`
* :prop_tgt:`LIBRARY_OUTPUT_NAME`
* :prop_tgt:`RUNTIME_OUTPUT_NAME_<CONFIG>`
* :prop_tgt:`RUNTIME_OUTPUT_NAME`
back to top