* 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>
9 lines
94 B
OpenEdge ABL
9 lines
94 B
OpenEdge ABL
%module jsupm_water
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "water.hpp"
|
|
%}
|
|
|
|
%include "water.hpp"
|