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