Compile fixes for Linux.
Added SWIG files to make bindings build.
This commit is contained in:
6
library/bindings/Pager.i
Normal file
6
library/bindings/Pager.i
Normal file
@ -0,0 +1,6 @@
|
||||
%module Pager
|
||||
%{
|
||||
#include "Pager.h"
|
||||
%}
|
||||
|
||||
%include "Pager.h"
|
Reference in New Issue
Block a user