CMakeLists.txt 184 B

1234
  1. idf_component_register(SRCS "test_esp_hid_main.c"
  2. "test_esp_hid.c"
  3. PRIV_REQUIRES unity esp_hid
  4. WHOLE_ARCHIVE)