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-08-05 02:16:32 +00:00
|
|
|
PRIV_REQUIRES cmock test_utils heap)
|
2022-01-31 18:45:31 +00:00
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|