mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 00:17:30 +03:00
10 lines
232 B
CMake
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)
|