mirror of
https://github.com/eclipse/upm.git
synced 2025-03-19 23:17:29 +03:00

* 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"
|