zevv / duc

Dude, where are my bytes: Duc, a library and suite of tools for inspecting disk usage
GNU Lesser General Public License v3.0
596 stars 79 forks source link

Add cmake support #299

Open himekifee opened 2 years ago

himekifee commented 2 years ago

This commit adds CMake support to the project. As there are many differences between CMake and automake, some styles have to be changed. e.g. The options are passed as -DENABLE_XXX in CMake to enable certain functionality. A potential improvement on project integrity is to use a version file instead of hard code in configs. This way, we can control versions in a single place.