OVMS3-idf/examples/peripherals/rmt/ir_protocols/components/infrared_tools/CMakeLists.txt

12 lines
405 B
CMake
Raw Normal View History

2019-11-19 08:10:24 +00:00
set(component_srcs "src/ir_builder_rmt_nec.c"
"src/ir_builder_rmt_rc5.c"
"src/ir_parser_rmt_nec.c"
"src/ir_parser_rmt_rc5.c")
idf_component_register(SRCS "${component_srcs}"
INCLUDE_DIRS "include"
PRIV_INCLUDE_DIRS ""
PRIV_REQUIRES "driver"
REQUIRES "")