EXCLUDE_FROM_ALL.rst 323 B

1234567
  1. EXCLUDE_FROM_ALL
  2. ----------------
  3. * A target's :prop_tgt:`EXCLUDE_FROM_ALL` property can now override the
  4. setting of its directory. A target will now be built as part of "all"
  5. if its :prop_tgt:`EXCLUDE_FROM_ALL` property is set to ``OFF``, even if its
  6. containing directory is marked as :prop_dir:`EXCLUDE_FROM_ALL`.