mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 02:10:02 +03:00

Removed old interfaces C++ examples. Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
11 lines
264 B
CMake
11 lines
264 B
CMake
upm_mixed_module_init (NAME ims
|
|
DESCRIPTION "I2C Moisture Sensor"
|
|
C_HDR ims.h ims_defs.h
|
|
C_SRC ims.c
|
|
CPP_HDR ims.hpp
|
|
CPP_SRC ims.cxx
|
|
IFACE_HDR iLight.hpp iTemperature.hpp
|
|
FTI_SRC ims_fti.c
|
|
CPP_WRAPS_C
|
|
REQUIRES mraa utilities-c)
|