mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-15 16:36:52 +01:00
Add CMakelists.txt for MQTTSNGateway #235
Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
16
MQTTSNGateway/CMakeLists.txt
Normal file
16
MQTTSNGateway/CMakeLists.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
#*******************************************************************************
|
||||
# Copyright (c) 2022 a1lu
|
||||
#
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# and Eclipse Distribution License v1.0 which accompany this distribution.
|
||||
#
|
||||
# The Eclipse Public License is available at
|
||||
# http://www.eclipse.org/legal/epl-v10.html
|
||||
# and the Eclipse Distribution License is available at
|
||||
# http://www.eclipse.org/org/documents/edl-v10.php.
|
||||
#
|
||||
# Contributors:
|
||||
# a1lu - initial version
|
||||
#*******************************************************************************/
|
||||
ADD_SUBDIRECTORY(src)
|
||||
Reference in New Issue
Block a user