Grove: Reverting Grove sources
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
11
src/grovegsr/pyupm_grovegsr.i
Normal file
11
src/grovegsr/pyupm_grovegsr.i
Normal file
@@ -0,0 +1,11 @@
|
||||
// Include doxygen-generated documentation
|
||||
%include "pyupm_doxy2swig.i"
|
||||
%module pyupm_grovegsr
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "grovegsr.hpp"
|
||||
%{
|
||||
#include "grovegsr.hpp"
|
||||
%}
|
||||
Reference in New Issue
Block a user