mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-24 10:38:01 +08:00
10 lines
214 B
CMake
10 lines
214 B
CMake
set(COMPONENT_SRCDIRS .)
|
|
set(COMPONENT_ADD_INCLUDEDIRS include)
|
|
|
|
set(COMPONENT_REQUIRES spi_flash idf_test)
|
|
|
|
register_component()
|
|
|
|
if(GCC_NOT_5_2_0)
|
|
component_compile_options(-Wno-unused-const-variable)
|
|
endif() |