1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-16 20:49:10 -04:00

4 lines
145 B
CMake

idf_component_register(SRC_DIRS "."
PRIV_REQUIRES test_utils)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")