ORANGES_USING_INSTALLED_PACKAGEΒΆ

Defined in module OrangesDefaultTarget.

For any target that links against OrangesDefaultTarget, this property will be defined to TRUE if it was linked to from an installed package, and FALSE if it is being built from source. This property will (probably) be undefined for any target that does not link against OrangesDefaultTarget.

See also

Target OrangesDebugTarget

A helper target that just enables debugging flags. OrangesDefaultTarget links to this by default in all debug configurations.

Target OrangesOptimizationFlags

A helper target that enables various configuration-aware optimization flags. OrangesDefaultTarget links to this by default.

Target OrangesDefaultWarnings

A helper target that defines some default warning flags. OrangesDefaultTarget links to this by default.