We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c8152 commit 260a4ebCopy full SHA for 260a4eb
3 files changed
samples/mqtt5/mqtt5_pubsub/CMakeLists.txt
@@ -1,11 +1,9 @@
1
cmake_minimum_required(VERSION 3.9...3.31)
2
# note: cxx-17 requires cmake 3.8, cxx-20 requires cmake 3.12
3
-project(mqtt5_pubsub CXX)
+project(mqtt5_x509 CXX)
4
5
file(GLOB SRC_FILES
6
"*.cpp"
7
- "../../utils/CommandLineUtils.cpp"
8
- "../../utils/CommandLineUtils.h"
9
)
10
11
add_executable(${PROJECT_NAME} ${SRC_FILES})
0 commit comments