1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-21 12:10:05 +08:00
CMake/Tests/SwigTest/example.i
2004-04-30 12:17:06 -04:00

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"