Files
platform-espressif32/examples/espidf-arduino-matter-light/main/CMakeLists.txt
T
2024-09-13 17:32:46 +02:00

9 lines
337 B
CMake

# This file was automatically generated for projects
# without default 'CMakeLists.txt' file.
FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/main/*.*)
idf_component_register(SRCS ${app_sources})
#set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 17)
#target_compile_options(${COMPONENT_LIB} PRIVATE "-DCHIP_HAVE_CONFIG_H")