CMakeLists.txt 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #*******************************************************************************
  2. # Copyright (c) 2016-2023
  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
  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. exception.h
  29. export.h
  30. iaction_listener.h
  31. iasync_client.h
  32. iclient_persistence.h
  33. message.h
  34. platform.h
  35. properties.h
  36. response_options.h
  37. server_response.h
  38. ssl_options.h
  39. string_collection.h
  40. subscribe_options.h
  41. thread_queue.h
  42. token.h
  43. topic.h
  44. types.h
  45. will_options.h
  46. DESTINATION
  47. include/mqtt
  48. )