mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
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()
|