NAME
App::hopen::T::MSCL::C::CompileCmd - compile C source using the GNU toolset
SYNOPSIS
In a hopen file:
my $cmd = App::hopen::T::MSCL::C::CompileCmd->new(
compiler => '/usr/bin/gcc',
name => 'compilation command' # optional
);
The inputs come from earlier in the build graph. TODO support specifying compiler arguments.
ATTRIBUTES
compiler
The compiler to use. TODO is this a full path or just a name?
MEMBER FUNCTIONS
_process_input
Create the compile command line for a given asset.
_should_act
Returns truthy if "_process_input" should be called.