LKedward / fhash

fpm package implementing a hash table with support for generic keys and values.
https://lkedward.github.io/fhash/
MIT License
38 stars 8 forks source link

Add cmake build files #13

Closed jhaiduce closed 2 years ago

jhaiduce commented 2 years ago

I wanted to use fhash in a project that is built with CMake, so I added CMake files to fhash so it can be built and installed with CMake. Hopefully others will find these useful.

Also adds a few lines to .gitignore so that git will ignore various temporary and backup files created by emacs.