SWIG bindings build, compile, and appear to work for python. Will port over tests next.
This commit is contained in:
parent
c54f63871a
commit
fc63ee5d1b
2 changed files with 9 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue