You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
416 B

  1. CMAKE_XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS
  2. ----------------------------------------
  3. Whether to enable ``Dynamic Library Loads``
  4. in the Diagnostics section of the generated Xcode scheme.
  5. This variable initializes the
  6. :prop_tgt:`XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS`
  7. property on all targets.
  8. Please refer to the :variable:`CMAKE_XCODE_GENERATE_SCHEME` variable
  9. documentation to see all Xcode schema related properties.