Files
2026-04-29 18:53:26 +08:00

7 lines
165 B
CMake

idf_component_register(
SRCS "src/gateway_core.cpp"
INCLUDE_DIRS "include"
REQUIRES log
)
set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 17)