SWIG bindings build, compile, and appear to work for python. Will port over tests next.

This commit is contained in:
Meredith L. Patterson 2013-11-16 20:24:05 +01:00
parent 21f16ebefd
commit 902ca46b4d
2 changed files with 9 additions and 3 deletions

View file

@ -1,5 +1,11 @@
%module hammer
%import "allocator.h"
%import "hammer.h"
%{
#include "allocator.h"
#include "hammer.h"
#include "internal.h"
%}
%include "allocator.h"
%include "hammer.h"