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

7 wiersze
164 B
CMake
Czysty Zwykły widok Historia

2021-02-16 15:47:10 +00:00
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(COMPONENTS main)
option(TEST_BUILD "" ON)
project(host_mqtt_client_test)