Skip to main content

externalanglebrackets

Treats all headers included by #include <header>, where the header file is enclosed in angle brackets (< >), as external headers.

externalanglebrackets "value"

Parameters

value is one of:

ValueDescription
OnTreat headers included with angle brackets as external.
OffDefault. Headers are treated normally.

Applies To

Project configurations.

Availability

Premake 5.0 or later. Visual Studio 2019 version or later.

See Also