Files
esp-matter/examples/zigbee_bridge/main/CMakeLists.txt
T

10 lines
423 B
CMake

set(PRIV_REQUIRES_LIST device esp_matter esp_matter_console app_bridge
esp-zboss-lib)
idf_component_register(SRC_DIRS "."
PRIV_INCLUDE_DIRS "."
PRIV_REQUIRES ${PRIV_REQUIRES_LIST})
set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 14)
target_compile_options(${COMPONENT_LIB} PRIVATE "-DLWIP_IPV6_SCOPES=0" "-DCHIP_HAVE_CONFIG_H")