update swig on windows
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
%module foo
|
||||
%{
|
||||
#include "foo.h"
|
||||
%}
|
||||
|
||||
%import base.i
|
||||
%include "foo.h"
|
||||
|
||||
%template(intFoo) Foo<int>;
|
||||
|
||||
Reference in New Issue
Block a user