We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Scan the well-known system locations looking for a header file.
p = os.findheader("headerfile" [, additionalpaths])
headerfile is a file name or a the end of a file path to locate.
headerfile
additionalpaths is a string or a table of one or more additional search path.
additionalpaths
The path containing the header file, if found. Otherwise, nil.
os.findheader mostly use the same paths as os.findlib but replace /lib by /include.
os.findheader
/lib
/include
Premake 5.0 or later.