esp-idf/examples/peripherals/touch_pad_interrupt/main/CMakeLists.txt

4 lines
85 B
CMake
Raw Normal View History

2019-06-20 04:13:47 -04:00
set(COMPONENT_SRCS "${CONFIG_IDF_TARGET}/tp_interrupt_main.c")
2018-09-10 21:44:12 -04:00
register_component()