Files
esp-idf/examples/protocols/http_server/restful_server/CMakeLists.txt
T

8 lines
247 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.16)
2019-05-10 13:21:14 +08:00
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
# "Trim" the build. Include the minimal set of components, main, and anything it depends on.
idf_build_set_property(MINIMAL_BUILD ON)
2019-05-10 13:21:14 +08:00
project(restful_server)