mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
10 lines
405 B
CMake
10 lines
405 B
CMake
set(PRIV_REQUIRES_LIST esp_matter bootloader_support)
|
|
|
|
idf_component_register(SRC_DIRS "."
|
|
PRIV_INCLUDE_DIRS "."
|
|
PRIV_REQUIRES ${PRIV_REQUIRES_LIST}
|
|
EMBED_FILES "paa_cert.der")
|
|
|
|
set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 17)
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-DCHIP_HAVE_CONFIG_H")
|