12345678910111213141516171819 |
- cmake_minimum_required(VERSION 3.5)
- set(EXTRA_COMPONENT_DIRS "../components")
- set(TEST_COMPONENTS "platform_console" CACHE STRING "List of components to test")
- include($ENV{IDF_PATH}/tools/cmake/project.cmake)
- project(squeezelite_esp32_test)
- add_definitions(-include "${PROJECT_SOURCE_DIR}/../build/config/sdkconfig.h")
- set_property(TARGET squeezelite_esp32_test.elf PROPERTY RECOVERY_PREFIX app_update )
|