Skip to content

Commit a4dbfa0

Browse files
committed
Merge branch 'chore/add_cmake_script_for_exapmle_openssl_demo' into 'master'
feat(examples): Add cmake script for openssl_demo See merge request sdk/ESP8266_RTOS_SDK!138
2 parents c593abc + b5624b1 commit a4dbfa0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# The following four lines of boilerplate have to be in your project's CMakeLists
2+
# in this exact order for cmake to work correctly
3+
cmake_minimum_required(VERSION 3.5)
4+
5+
set(MAIN_SRCS main/user_main.c main/openssl_demo.c)
6+
7+
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
8+
project(openssl_demo)

0 commit comments

Comments
 (0)