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

5 wiersze
191 B
CMake

idf_component_register(SRC_DIRS "."
INCLUDE_DIRS "."
REQUIRES cmock test_utils esp_hid)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")