summaryrefslogtreecommitdiff
path: root/examples/host/cdc_msc_hid_freertos/src/CMakeLists.txt
blob: 6f057c106cb50a34a6179625e248fd3a1f07b989 (plain)
1
2
3
4
5
6
# This file is for ESP-IDF only
idf_component_register(SRCS "cdc_app.c" "hid_app.c" "main.c" "msc_app.c"
                    INCLUDE_DIRS "."
                    REQUIRES boards tinyusb_src)

target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-error=format)