4 lines
140 B
CMake
4 lines
140 B
CMake
idf_component_register(SRC_DIRS "."
|
|
INCLUDE_DIRS ".")
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|