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