Skip to content

package_auto_includes

Tom van Dijck edited this page Jun 4, 2015 · 2 revisions

Get the list of include folders from a particular package.

function package:auto_includes(context)

Example

local p = package.get('blz_concurrent')
if p then
   local includes = p.auto_includes(context)
end

Parameters

context is the current premake 'context', typically 'cfg' or 'prj'.

Applies To

'project' or 'config' configuration.

Availability

Premake 5.0.0 or later.

Clone this wiki locally