buildGen

Creates a build generator out of a module and a list of top-level targets. This will define a function with the signature Build buildFunc() in the calling module and a main entry point function for a command-line executable.

mixin template buildGen (
string buildModule
targets...
) {}

Members

Mixins

__anonymous
mixin buildImpl!targets
Undocumented in source.
__anonymous
mixin BuildGenMain!buildModule
Undocumented in source.

Meta