OVMS3-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-11 01:44:12 +00:00