Since src/utilities now builds a C/C++ library, other targets which were using symbols from utilities now need to include the correct target dependency. This is mainly for upm_delay* functions. Added utilities-c target to all sensor library CMakeLists.txt which require it. Moved macro for __FILENAME__ from upm_utilities.h to upm_fti.h since ONLY the FTI headers used this. Signed-off-by: Noel Eck <noel.eck@intel.com>
8 lines
188 B
CMake
8 lines
188 B
CMake
upm_mixed_module_init (NAME p9813
|
|
DESCRIPTION "P9813 Chainable RGB LEDs"
|
|
C_HDR p9813.h
|
|
C_SRC p9813.c
|
|
CPP_HDR p9813.hpp
|
|
CPP_SRC p9813.cxx
|
|
REQUIRES mraa utilities-c)
|