mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 00:17:30 +03:00

Removed old interfaces C++ examples. Signed-off-by: Serban Waltter <serban.waltter@rinftech.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
11 lines
269 B
CMake
11 lines
269 B
CMake
upm_mixed_module_init (NAME bh1750
|
|
DESCRIPTION "Digital Light Sensor"
|
|
C_HDR bh1750.h bh1750_defs.h
|
|
C_SRC bh1750.c
|
|
CPP_HDR bh1750.hpp
|
|
CPP_SRC bh1750.cxx
|
|
IFACE_HDR iLight.hpp
|
|
FTI_SRC bh1750_fti.c
|
|
CPP_WRAPS_C
|
|
REQUIRES mraa utilities-c)
|