premake/website/docs/externalanglebrackets.md

704 B

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:

Value Description
On Treat headers included with angle brackets as external.
Off Default. Headers are treated normally.

Applies To

Project configurations.

Availability

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

See Also