mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
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:

committed by
Mihai Tudor Panu

parent
8312e1d18f
commit
efd36e57b0
@ -5,5 +5,6 @@ upm_mixed_module_init (NAME sht1x
|
||||
CPP_HDR sht1x.hpp
|
||||
CPP_SRC sht1x.cxx
|
||||
FTI_SRC sht1x_fti.c
|
||||
IFACE_HDR iTemperature.hpp iHumidity.hpp
|
||||
CPP_WRAPS_C
|
||||
REQUIRES mraa utilities-c)
|
||||
|
@ -1,3 +1,6 @@
|
||||
%module (package="pyupm_new_interfaces") sht1x
|
||||
%import "interfaces/new_interfaces.i"
|
||||
|
||||
%include "../common_top.i"
|
||||
|
||||
/* BEGIN Java syntax ------------------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user