CMakeLists.txt 306 B

1234567
  1. if(IDF_TARGET STREQUAL "esp32s2")
  2. idf_component_register(SRCS "test_touch_element.c"
  3. "test_touch_button.c"
  4. "test_touch_slider.c"
  5. "test_touch_matrix.c"
  6. PRIV_REQUIRES unity touch_element)
  7. endif()