10 lines
240 B
CMake
10 lines
240 B
CMake
|
|
upm_mixed_module_init (NAME light
|
||
|
|
DESCRIPTION "upm light sensor module"
|
||
|
|
C_HDR light.h
|
||
|
|
C_SRC light.c
|
||
|
|
CPP_HDR light.hpp
|
||
|
|
CPP_SRC light.cxx
|
||
|
|
FTI_SRC light_fti.c
|
||
|
|
REQUIRES mraa grove m)
|
||
|
|
target_link_libraries(light-c m)
|