XXX_OUTPUT_DIRECTORY.txt 511 B

1234567891011
  1. Output directory in which to build |XXX| target files.
  2. This property specifies the directory into which |xxx| target files
  3. should be built. The property value may use
  4. :manual:`generator expressions <cmake-generator-expressions(7)>`.
  5. Multi-configuration generators (VS, Xcode) append a per-configuration
  6. subdirectory to the specified directory unless a generator expression
  7. is used.
  8. This property is initialized by the value of the variable
  9. |CMAKE_XXX_OUTPUT_DIRECTORY| if it is set when a target is created.