esp-idf/components/mqtt/host_test/CMakeLists.txt

7 wiersze
165 B
CMake

cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(COMPONENTS main)
option(TEST_BUILD "" ON)
project(host_mqtt_client_test)