OVMS3-idf/examples/peripherals/rmt/ir_protocols/components/infrared_tools/CMakeLists.txt
2019-11-20 10:54:21 +08:00

12 lines
405 B
CMake

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 "")