2019-04-28 07:38:23 +00:00
|
|
|
idf_component_register(SRC_DIRS "."
|
2020-03-22 10:30:24 +00:00
|
|
|
PRIV_INCLUDE_DIRS "."
|
2020-11-10 07:40:01 +00:00
|
|
|
PRIV_REQUIRES cmock test_utils)
|
2022-01-31 18:45:31 +00:00
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|