Files
gateway/components/gateway_runtime/CMakeLists.txt
T
2026-04-29 18:53:26 +08:00

7 lines
218 B
CMake

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