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

5 lines
212 B
CMake
Raw Normal View History

idf_component_register(SRC_DIRS "."
PRIV_INCLUDE_DIRS "."
2021-03-19 08:03:13 -04:00
PRIV_REQUIRES cmock test_utils esp_ringbuf driver)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")