Commit 0e05cc36 authored by Krzysztof Bogucki's avatar Krzysztof Bogucki

Installation of new headers

Added below headers to installation:
MQTTProperties.h MQTTReasonCodes.h MQTTSubscribeOpts.h
as they are needed during build process.
Signed-off-by: 's avatarKrzysztof Bogucki <kristofbo@gmail.com>
parent 7dc676e5
...@@ -102,7 +102,7 @@ IF (PAHO_BUILD_STATIC) ...@@ -102,7 +102,7 @@ IF (PAHO_BUILD_STATIC)
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}) ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
ENDIF() ENDIF()
INSTALL(FILES MQTTAsync.h MQTTClient.h MQTTClientPersistence.h INSTALL(FILES MQTTAsync.h MQTTClient.h MQTTClientPersistence.h MQTTProperties.h MQTTReasonCodes.h MQTTSubscribeOpts.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
IF (PAHO_WITH_SSL) IF (PAHO_WITH_SSL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment