mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
d6f4d99d93
Adds a CI config for hello world that sets this, to catch future regressions
8 lines
297 B
CMake
8 lines
297 B
CMake
idf_component_register(SRCS "protobuf-c/protobuf-c/protobuf-c.c"
|
|
INCLUDE_DIRS protobuf-c)
|
|
|
|
if(CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE)
|
|
# some variables are only used by asserts
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-unused-but-set-variable)
|
|
endif()
|