Files
dongheng 6889537951 tools(unit-test_app): Update from esp-idf
Commit ID: 13018449
2019-03-18 13:54:57 +08:00

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()