mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 00:45:55 +08:00
4 lines
111 B
CMake
4 lines
111 B
CMake
|
|
set(COMPONENT_SRCS "main.c" "mqtt.c" "wifi.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ". include")
|
|
register_component() |