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

4 lines
105 B
CMake
Raw Normal View History

idf_component_register(SRCS "${CONFIG_IDF_TARGET}/tp_read_main.c"
INCLUDE_DIRS ".")
2018-09-10 21:44:12 -04:00