In instantiation of GSLBuilder in Build.PL, the value for the parameter include_dirs...
[Math-GSL.git] / swig / Min.i
blob42551e32795f2245ce0998ad33be09d48260787e
1 %module "Math::GSL::Min"
2 %include "typemaps.i"
3 %include "gsl_typemaps.i"
4 %{
5 #include "gsl/gsl_types.h"
6 #include "gsl/gsl_min.h"
7 #include "gsl/gsl_math.h"
8 %}
9 %include "gsl/gsl_types.h"
10 %include "gsl/gsl_min.h"
11 %include "gsl/gsl_math.h"
12 %include "../pod/Min.pod"