Graphics-VTK

 view release on metacpan or  search on metacpan

IO/Makefile.PL  view on Meta::CPAN


my %configHash = %vtkConfigMacro;

$configHash{INC} = '-I../ '.$configHash{INC}; # Add another dir to include path


WriteMakefile(
    'NAME'	=> 'Graphics::VTK::IO',
    'CCFLAGS'   => $CCFLAGS,
    'OPTIMIZE'   => ' ', # Turn optimize off, optimization on cause very large
    			# memory consumption when compiling VTK.c
    'VERSION_FROM' => '../VTK.pm',
    'TYPEMAPS' => [ qw[ ../typemap typemapIO ../Common/typemapCommon ../Imaging/typemapImaging] ],
    %configHash,
    
);



( run in 0.968 second using v1.01-cache-2.11-cpan-39bf76dae61 )