Commit 0e211567 authored by Ian Craggs's avatar Ian Craggs

Add MQTTV5 source files to build

parent 72f58ad4
#******************************************************************************* #*******************************************************************************
# Copyright (c) 2015, 2017 logi.cals GmbH and others # Copyright (c) 2015, 2018 logi.cals GmbH and others
# #
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
# Contributors: # Contributors:
# Rainer Poisel - initial version # Rainer Poisel - initial version
# Ian Craggs (IBM Corp.) - merge master # Ian Craggs (IBM Corp.) - merge master
# Ian Craggs - update for MQTTV5 support
#*******************************************************************************/ #*******************************************************************************/
# Note: on OS X you should install XCode and the associated command-line tools # Note: on OS X you should install XCode and the associated command-line tools
...@@ -46,6 +47,8 @@ SET(common_src ...@@ -46,6 +47,8 @@ SET(common_src
SocketBuffer.c SocketBuffer.c
Heap.c Heap.c
LinkedList.c LinkedList.c
MQTTV5Packet.c
MQTTV5Properties.c
) )
IF (WIN32) IF (WIN32)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment