Moved bindings from inside 'library' folder to root folder.
This commit is contained in:
8
bindings/BlockCompressor.i
Normal file
8
bindings/BlockCompressor.i
Normal file
@ -0,0 +1,8 @@
|
||||
%module BlockCompressor
|
||||
%{
|
||||
#include "BlockCompressor.h"
|
||||
%}
|
||||
|
||||
%include "BlockCompressor.h"
|
||||
|
||||
VOLUMETYPES(BlockCompressor)
|
Reference in New Issue
Block a user