cmake/Help/prop_tgt/XXX_OUTPUT_DIRECTORY.txt

13 lines
602 B
Plaintext
Raw Normal View History

2014-08-03 19:52:23 +02:00
Output directory in which to build |XXX| target files.
This property specifies the directory into which |xxx| target files
2015-11-17 17:22:37 +01:00
should be built. The property value may use
:manual:`generator expressions <cmake-generator-expressions(7)>`.
2021-09-14 00:13:48 +02:00
Multi-configuration generators (:ref:`Visual Studio <Visual Studio Generators>`,
:generator:`Xcode`, :generator:`Ninja Multi-Config`) append a
per-configuration subdirectory to the specified directory unless a generator
expression is used.
2014-08-03 19:52:23 +02:00
2021-09-14 00:13:48 +02:00
This property is initialized by the value of the
|CMAKE_XXX_OUTPUT_DIRECTORY| variable if it is set when a target is created.