NAME
App::hopen::Gen::Ninja - hopen generator for simple Ninja files
SYNOPSIS
This generator makes a build.ninja file.
FUNCTIONS
finalize
Write out the Ninja file. Usage:
$Generator->finalize($dag); # $data parameter unused
$dag
is the build graph.
default_toolset
Returns the package name of the default toolset for this generator, which is Gnu
(i.e., App::hopen::T::Gnu).
_assetop_class
The class of asset-graph operations, which in this case is App::hopen::Gen::Ninja::AssetGraphNode.
_run_build
Implementation of "run_build" in App::hopen::Gen.