Files
esp32-hacking/esp-radar/console_test/components/commands/CMakeLists.txt

6 lines
268 B
CMake

idf_component_register(SRC_DIRS "src"
INCLUDE_DIRS "include"
REQUIRES "console" "mbedtls" "nvs_flash" "fatfs" "esp_wifi" "spi_flash")
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")