mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-31 06:12:42 +00:00
4 lines
157 B
CMake
4 lines
157 B
CMake
idf_component_register(SRC_DIRS "."
|
|
PRIV_REQUIRES test_utils esp-tls)
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|