CMakeLists.txt 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #*******************************************************************************
  2. # Copyright (c) 2016-2018
  3. #
  4. # All rights reserved. This program and the accompanying materials
  5. # are made available under the terms of the Eclipse Public License v1.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-v10.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. delivery_token.h
  26. disconnect_options.h
  27. exception.h
  28. iaction_listener.h
  29. iasync_client.h
  30. iclient_persistence.h
  31. message.h
  32. properties.h
  33. response_options.h
  34. server_response.h
  35. ssl_options.h
  36. string_collection.h
  37. subscribe_options.h
  38. thread_queue.h
  39. token.h
  40. topic.h
  41. types.h
  42. will_options.h
  43. DESTINATION
  44. include/mqtt
  45. )