mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-21 12:10:05 +08:00
11 lines
142 B
OpenEdge ABL
11 lines
142 B
OpenEdge ABL
/* File : example.i */
|
|
%module example
|
|
|
|
%{
|
|
#include "example.h"
|
|
%}
|
|
|
|
/* Let's just grab the original header file here */
|
|
%include "example.h"
|
|
|