1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
#*******************************************************************************
# Copyright (c) 2016-2024 Frank Pagliughi <fpagliughi@mindspring.com>
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# and Eclipse Distribution License v1.0 which accompany this distribution.
#
# The Eclipse Public License is available at
# http://www.eclipse.org/legal/epl-v20.html
# and the Eclipse Distribution License is available at
# http://www.eclipse.org/org/documents/edl-v10.php.
#
# Contributors:
# Guilherme Maciel Ferreira - initial version
# Frank Pagliughi - updates throughout
#*******************************************************************************/
install(
FILES
async_client.h
buffer_ref.h
buffer_view.h
callback.h
client.h
connect_options.h
create_options.h
delivery_token.h
disconnect_options.h
event.h
exception.h
export.h
iaction_listener.h
iasync_client.h
iclient_persistence.h
message.h
platform.h
properties.h
reason_code.h
response_options.h
server_response.h
ssl_options.h
string_collection.h
subscribe_options.h
thread_queue.h
token.h
topic_matcher.h
topic.h
types.h
will_options.h
DESTINATION
include/mqtt
)
|