1RUNTIME_OUTPUT_DIRECTORY_<CONFIG>
2---------------------------------
3
4Per-configuration output directory for
5:ref:`RUNTIME <Runtime Output Artifacts>` target files.
6
7This is a per-configuration version of the
8:prop_tgt:`RUNTIME_OUTPUT_DIRECTORY` target property, but
9multi-configuration generators (:ref:`Visual Studio Generators`,
10:generator:`Xcode`) do NOT append a
11per-configuration subdirectory to the specified directory.  This
12property is initialized by the value of the
13:variable:`CMAKE_RUNTIME_OUTPUT_DIRECTORY_<CONFIG>` variable if
14it is set when a target is created.
15
16Contents of ``RUNTIME_OUTPUT_DIRECTORY_<CONFIG>`` may use
17:manual:`generator expressions <cmake-generator-expressions(7)>`.
18