Skip to content

Commit b5624b1

Browse files
committed
feat(examples): Add cmake script for openssl_demo
1 parent c593abc commit b5624b1

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)