1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-21 23:19:10 -04:00

4 lines
157 B
CMake
Raw Normal View History

2020-12-02 20:05:43 +05:30
idf_component_register(SRC_DIRS "."
PRIV_REQUIRES test_utils esp-tls)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")