esp-idf/examples/peripherals/touch_sensor/touch_element/touch_element_waterproof/main/CMakeLists.txt

5 wiersze
205 B
CMake

idf_component_register(SRCS "waterproof_example_main.c"
INCLUDE_DIRS "."
PRIV_REQUIRES touch_element)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")