7 lines
184 B
CMake
7 lines
184 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
|
|
# Point to ESP-IDF
|
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/components)
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
project(ds-thin-client)
|