mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 04:40:49 +02:00
4 lines
121 B
CMake
4 lines
121 B
CMake
|
|
cmake_minimum_required(VERSION 3.16.0)
|
||
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||
|
|
project(ESP_IDF_Hello_World)
|