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>
This commit is contained in:
committed by
Noel Eck
parent
e9b0deaf75
commit
ddab71e896
8
src/water/jsupm_water.i
Normal file
8
src/water/jsupm_water.i
Normal file
@@ -0,0 +1,8 @@
|
||||
%module jsupm_water
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "water.hpp"
|
||||
%}
|
||||
|
||||
%include "water.hpp"
|
||||
Reference in New Issue
Block a user