We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c593abc + b5624b1 commit a4dbfa0Copy full SHA for a4dbfa0
examples/protocols/openssl_demo/CMakeLists.txt
@@ -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