MXS-1538: Integrate CDC-Connector into MaxScale

Added the files from the repository to MaxScale. Created a new CMake
function for installing development libraries.
This commit is contained in:
Markus Mäkelä
2018-01-17 13:21:31 +02:00
parent b8e72c939d
commit 070df73d99
9 changed files with 1605 additions and 0 deletions

View File

@ -0,0 +1,9 @@
%module cdc_connector
%include <std_string.i>
%include <stdint.i>
%{
#include "../cdc_connector.h"
%}
%include "../cdc_connector.h"