dub.generators.generator

Generator for project files

Members

Classes

ProjectGenerator
class ProjectGenerator

Common interface for project generators/builders.

Enums

BuildMode
enum BuildMode

Determines the mode in which the compiler and linker are invoked.

Functions

createProjectGenerator
ProjectGenerator createProjectGenerator(string generator_type, Project project)

Creates a project generator of the given type for the specified project.

Meta

Authors

Matthias Dondorff

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.