CITY3032-wifi-mqtt

Committer:
reedas
Date:
Sat Nov 13 12:02:49 2021 +0000
Revision:
5:f62a9e4a499a
Parent:
3:62825c5f3cd7
trying to include mbed

Who changed what in which revision?

UserRevisionLine numberNew contents of line
reedas 3:62825c5f3cd7 1 #*******************************************************************************
reedas 3:62825c5f3cd7 2 # Copyright (c) 2017 IBM Corp.
reedas 3:62825c5f3cd7 3 #
reedas 3:62825c5f3cd7 4 # All rights reserved. This program and the accompanying materials
reedas 3:62825c5f3cd7 5 # are made available under the terms of the Eclipse Public License v1.0
reedas 3:62825c5f3cd7 6 # and Eclipse Distribution License v1.0 which accompany this distribution.
reedas 3:62825c5f3cd7 7 #
reedas 3:62825c5f3cd7 8 # The Eclipse Public License is available at
reedas 3:62825c5f3cd7 9 # http://www.eclipse.org/legal/epl-v10.html
reedas 3:62825c5f3cd7 10 # and the Eclipse Distribution License is available at
reedas 3:62825c5f3cd7 11 # http://www.eclipse.org/org/documents/edl-v10.php.
reedas 3:62825c5f3cd7 12 #
reedas 3:62825c5f3cd7 13 # Contributors:
reedas 3:62825c5f3cd7 14 # Ian Craggs - initial version
reedas 3:62825c5f3cd7 15 #*******************************************************************************/
reedas 3:62825c5f3cd7 16
reedas 3:62825c5f3cd7 17 PROJECT("paho-mqttsnpacket" C)
reedas 3:62825c5f3cd7 18
reedas 3:62825c5f3cd7 19 ADD_SUBDIRECTORY(src)
reedas 3:62825c5f3cd7 20 ADD_SUBDIRECTORY(samples)
reedas 3:62825c5f3cd7 21 ADD_SUBDIRECTORY(test)