cmake/Help/prop_tgt/XXX_OUTPUT_DIRECTORY.txt

12 lines
511 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)>`.
Multi-configuration generators (VS, Xcode) append a per-configuration
subdirectory to the specified directory unless a generator expression
is used.
2014-08-03 19:52:23 +02:00
This property is initialized by the value of the variable
|CMAKE_XXX_OUTPUT_DIRECTORY| if it is set when a target is created.