
Added the files from the repository to MaxScale. Created a new CMake function for installing development libraries.
10 lines
134 B
OpenEdge ABL
10 lines
134 B
OpenEdge ABL
%module cdc_connector
|
|
%include <std_string.i>
|
|
%include <stdint.i>
|
|
|
|
%{
|
|
#include "../cdc_connector.h"
|
|
%}
|
|
|
|
%include "../cdc_connector.h"
|