upm/src/bh1750/CMakeLists.txt
Jon Trulson 3f334ed1f3 bh1750: move defines/register defs into separate header for SWIG
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2017-03-17 11:41:33 -06:00

10 lines
232 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
FTI_SRC bh1750_fti.c
CPP_WRAPS_C
REQUIRES mraa)