Skip to content

bindirdependencies

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

Setup binary folder dependencies from a set of packages. This is useful for tools and postbuild steps. In postbuildsteps you do not have to specify full path, but instead can just refer to a particular executable from a bindirdependencies. The $(PATH) evironment variable will be automatically adjusted for the execution of that particular post/pre buildstep.

bindirdependencies
{
    'Blizzard Standard Template Library'
}

Parameters

A table of package names.

Applies To

Any configuration.

Availability

Premake 5.0.0 or later.

Clone this wiki locally