Azure / azure-event-hubs-c

C client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs
Other
7 stars 18 forks source link

cmake: add install-rule for eventhub_client lib and headers #23

Closed pboettch closed 5 years ago

pboettch commented 6 years ago

I'm using the eventhub_client-library on a platform where I need to install it. We could copy it in parent cmake-files, but using the install()-function is more appropriate as it is already used in other places.

dcristoloveanu commented 5 years ago

Probably very late, but now due to starting to support vcpkg, the install CMakeLists sorcery has been copied from the IoT SDK for C, so it should be in master.

I don't assume that you would still need it, but just wanted to follow up and mark this is as closed.