mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00

* Renamed all files from groverrotary to rotary * Replaced all instances of groverrotary with rotary * Updated all CMake files Signed-off-by: Sisinty Sasmita Patra <sisinty.s.patra@intel.com>
9 lines
97 B
OpenEdge ABL
9 lines
97 B
OpenEdge ABL
%module jsupm_button
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "button.hpp"
|
|
%}
|
|
|
|
%include "button.hpp"
|