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

Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Serban Waltter
2018-06-21 16:33:01 +03:00
committed by Mihai Tudor Panu
parent 8312e1d18f
commit efd36e57b0
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 */