CMAKE_RUNTIME_OUTPUT_DIRECTORY.rst 261 B

12345678
  1. CMAKE_RUNTIME_OUTPUT_DIRECTORY
  2. ------------------------------
  3. Where to put all the RUNTIME targets when built.
  4. This variable is used to initialize the RUNTIME_OUTPUT_DIRECTORY
  5. property on all the targets. See that target property for additional
  6. information.