Skip to content

copybindependencies

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

Setup a copy dependency to a set of packages. What this does is it allows you to specify a set of .dll, .so, or .exe files that need to be copies into the targetdir during the postbuild step.

copybindependencies
{
    ['DirectX SDK'] = { 'd3d9.dll' }
}

Parameters

A set of package names, with or without filters.

Applies To

Any configuration

Availability

Premake 5.0.0 or later.

Clone this wiki locally