Files
upm/src/tsl2561/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
261 B
CMake

upm_mixed_module_init (NAME tsl2561
DESCRIPTION "Digital Light Sensor"
C_HDR tsl2561.h
C_SRC tsl2561.c
CPP_HDR tsl2561.hpp
CPP_SRC tsl2561.cxx
IFACE_HDR iLight.hpp
FTI_SRC tsl2561_fti.c
CPP_WRAPS_C
REQUIRES mraa utilities-c)