We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029c3cb commit 17aa356Copy full SHA for 17aa356
idf_component_examples/esp_matter_light/main/CMakeLists.txt
@@ -1,2 +1,5 @@
1
idf_component_register(SRC_DIRS "."
2
INCLUDE_DIRS ".")
3
+
4
+set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 17)
5
+target_compile_options(${COMPONENT_LIB} PRIVATE "-DCHIP_HAVE_CONFIG_H")
0 commit comments