headerdir - premake/premake-dlang GitHub Wiki

Sets the destination directory for the D interface file.

headerdir ("path")

Parameters

path is the file system path to the directory where the D interface (.di) file should be written. It is specified relative to the currently executing script file.

Applies To

Project configurations.