Skip to content

package_auto_links

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

Get the list of libraries from a particular package.

function package:auto_links(context)

Example

local p = package.get('blz_concurrent')
if p then
   local libs = p.auto_links(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