CMAKE_RUNTIME_OUTPUT_DIRECTORY.rst 312 B

123456789
  1. CMAKE_RUNTIME_OUTPUT_DIRECTORY
  2. ------------------------------
  3. Where to put all the :ref:`RUNTIME <Runtime Output Artifacts>`
  4. target files when built.
  5. This variable is used to initialize the :prop_tgt:`RUNTIME_OUTPUT_DIRECTORY`
  6. property on all the targets. See that target property for additional
  7. information.