upm/src/bh1750/CMakeLists.txt
Serban Waltter 2405f933de Added bindings for iLight sensors.
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>
2019-04-04 22:12:49 -07:00

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)