mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-06-05 21:04:46 +00:00
12 lines
360 B
CMake
12 lines
360 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/../../cmake/CPM.cmake)
|
|
include(${CMAKE_CURRENT_LIST_DIR}/../../cmake/RapidCheck.cmake)
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
idf_build_set_property(MINIMAL_BUILD ON)
|
|
list(APPEND EXTRA_COMPONENT_DIRS
|
|
"$ENV{IDF_PATH}/tools/mocks/freertos/")
|
|
|
|
project(mqtt_outbox_host_test)
|