9 lines
337 B
CMake
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")
|