esp-idf/components/esp-tls/test/CMakeLists.txt

4 lines
157 B
CMake
Raw Normal View History

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