OVMS3-idf/tools/unit-test-app/components/unity/CMakeLists.txt

10 lines
214 B
CMake
Raw Normal View History

2018-08-27 02:48:16 +00:00
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()