We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Get the list of libraries from a particular package.
function package:auto_links(context)
local p = package.get('blz_concurrent') if p then local libs = p.auto_links(context) end
context is the current premake 'context', typically 'cfg' or 'prj'.
'project' or 'config' configuration.
Premake 5.0.0 or later.