mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
Added interface installing to cmake.
You can use it by setting IFACE_HDR with the names of the required interfaces or set module_iface in the sensor's CMakeLists.txt file. Example files: src/abp/CMakeLists.txt src/lm35/CMakeLists.txt Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
This commit is contained in:
@ -5,4 +5,5 @@ upm_mixed_module_init (NAME abp
|
||||
CPP_HDR abp.hpp
|
||||
CPP_SRC abp.cxx
|
||||
CPP_WRAPS_C
|
||||
IFACE_HDR iTemperature.hpp
|
||||
REQUIRES mraa)
|
||||
|
Reference in New Issue
Block a user