tcsullivan / consteval-huffman

Compile-time Huffman coding compression using C++20
The Unlicense
165 stars 10 forks source link

CMake project structure #1

Closed friendlyanon closed 3 years ago

friendlyanon commented 3 years ago

This makes the library trivially consumable by CMake clients.

I edited only the include path in the example snippet in the README, but not the godbolt links. Those would need only the URL to be edited as well.

phillipweinstock commented 3 years ago

Looks nice

tcsullivan commented 3 years ago

Never used CMake before myself, but if this helps others include the project more easily I'm all for it. Thanks!