Keyboard_lights_2/main/CMakeLists.txt
2025-05-22 16:26:07 +10:00

5 lines
141 B
CMake

idf_component_register(
SRCS "app_main.c" "cJSON.c"
INCLUDE_DIRS "."
PRIV_REQUIRES esp_wifi esp_event nvs_flash mqtt usb usb_host_hid
)