mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-01 16:16:54 +08:00
6 lines
134 B
CMake
6 lines
134 B
CMake
set(COMPONENT_SRCS "cmd_wifi.c"
|
|
"console_example_main.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
register_component()
|