Files
gateway/apps/telemetry/main/CMakeLists.txt
T
2026-04-29 18:53:26 +08:00

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)