Files
upm/src/water/pyupm_water.i
Sisinty Sasmita Patra ddab71e896 Water: Removed grove dependency
* Renamed all files from grovewater to water
    * Replaced all instances of grovewater with water
    * Updated all CMake files

Signed-off-by: Sisinty Sasmita Patra <sisinty.s.patra@intel.com>
2016-09-14 14:09:18 -07:00

12 lines
192 B
OpenEdge ABL

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_water
%include "../upm.i"
%feature("autodoc", "3");
%include "water.hpp"
%{
#include "water.hpp"
%}