EXCLUDE_FROM_ALL.rst 414 B

12345678910
  1. EXCLUDE_FROM_ALL
  2. ----------------
  3. Exclude the target from the all target.
  4. A property on a target that indicates if the target is excluded from
  5. the default build target. If it is not, then with a Makefile for
  6. example typing make will cause this target to be built. The same
  7. concept applies to the default build of other generators. Installing
  8. a target with EXCLUDE_FROM_ALL set to true has undefined behavior.