6 lines
155 B
CMake
6 lines
155 B
CMake
idf_component_register(
|
|
SRCS "app_main.cpp"
|
|
REQUIRES gateway_core gateway_runtime
|
|
)
|
|
|
|
set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 17) |