Files
gateway/components/gateway_485_control/CMakeLists.txt
T

8 lines
233 B
CMake

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