Azure / azure-storage-cpplite

Lite version of C++ Client Library for Microsoft Azure Storage
MIT License
25 stars 43 forks source link

Add install targets to makefiles #40

Closed jokva closed 4 years ago

jokva commented 4 years ago

Add install targets and export directives to the cmake config, enabling install [1] and package discoverability [2]. This allows for simple find_package use in downstream cmake projects, and predictable behaviour when building azure-storage-lite with the intention of installing it.

Headers are installed to /azure-storage-lite, to avoid name clashes with other packages.

[1] cmake --target install, make install or similar [2] find_package(azure-store-lite)

msftclas commented 4 years ago

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.

:x: jokva sign now
You have signed the CLA already but the status is still pending? Let us recheck it.

katmsft commented 4 years ago

@jokva Can you sign the Contributor License Agreement so we could proceed on this PR? Thanks!

jokva commented 4 years ago

@jokva Can you sign the Contributor License Agreement so we could proceed on this PR? Thanks!

No.