8 lines
184 B
Text
8 lines
184 B
Text
|
|
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)
|