Files
gateway/components/gateway_controller/CMakeLists.txt
T

8 lines
238 B
CMake

idf_component_register(
SRCS "src/gateway_controller.cpp"
INCLUDE_DIRS "include"
REQUIRES dali_domain gateway_runtime gateway_cache gateway_bridge freertos log
)
set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 17)