Files
esp32-racer/software/wacky_bully/components/xbox_controller/CMakeLists.txt

4 lines
162 B
CMake

idf_component_register(SRCS "xbox_controller.c"
PRIV_REQUIRES bt esp_hid driver mbedtls nvs_flash
INCLUDE_DIRS "include")