Added modifications to cmake to create a separate lib for the new interfaces using SWIG.

Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
This commit is contained in:
Serban Waltter
2018-06-21 16:33:01 +03:00
parent 360306db8d
commit 71a7491702
5 changed files with 25 additions and 4 deletions

View File

@ -10,5 +10,6 @@ JAVA_JNI_LOADLIBRARY(javaupm_abp)
%{
#include "abp.hpp"
%}
%include "interfaces/iTemperature.hpp"
%include "abp.hpp"
/* END Common SWIG syntax */