Skip to content

Commit 260a4eb

Browse files
committed
clean up mqtt5 x509 sample and readme
1 parent 76c8152 commit 260a4eb

3 files changed

Lines changed: 246 additions & 477 deletions

File tree

samples/mqtt5/mqtt5_pubsub/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
cmake_minimum_required(VERSION 3.9...3.31)
22
# note: cxx-17 requires cmake 3.8, cxx-20 requires cmake 3.12
3-
project(mqtt5_pubsub CXX)
3+
project(mqtt5_x509 CXX)
44

55
file(GLOB SRC_FILES
66
"*.cpp"
7-
"../../utils/CommandLineUtils.cpp"
8-
"../../utils/CommandLineUtils.h"
97
)
108

119
add_executable(${PROJECT_NAME} ${SRC_FILES})

0 commit comments

Comments
 (0)