Azure / azure-storage-cpplite

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

Add cpack to CMakeLists.txt #81

Open janbernloehr opened 4 years ago

janbernloehr commented 4 years ago

Enable packing of deb packages using cpack. This simplifies the process of creating redistributable versions of azure-storage-cpplite.

janbernloehr commented 3 years ago

@JinmingHu-MSFT can you review this?

Jinming-Hu commented 3 years ago

@janbernloehr Thank you for your contribution. But we don't release packages for any distribution of Linux for now.

janbernloehr commented 3 years ago

You don't have to do that. Still it is very valuable to have the cpack configuration in the CMakeLists.txt file so that others who want to package the library can do so.