CMakeLists.txt 1.5 KB

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