cmake/Tests/UseSWIG/example.i

10 lines
141 B
OpenEdge ABL
Raw Normal View History

/* File : example.i */
%module example
%{
#include "example.h"
%}
/* Let's just grab the original header file here */
%include "example.h"