mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 09:20:39 +03:00
8 lines
229 B
CMake
8 lines
229 B
CMake
upm_mixed_module_init (NAME temperature
|
|
DESCRIPTION "Temperature Sensor"
|
|
C_HDR temperature.h
|
|
C_SRC temperature.c
|
|
CPP_HDR temperature.hpp
|
|
CPP_SRC temperature.cxx
|
|
FTI_SRC temperature_fti.c
|
|
REQUIRES mraa) |