libdict
libdict copied to clipboard
C library of key-value data structures.
- Cmake support for libdict binaries - fpic: Make re-locatable libraries in linux - ignore clang format - Add unit-tests - find CUnit in a portable way
This will build the project (both a static and a shared library), it supports installing it (the libraries and headers, the tests/demo/benchmark haven't been marked to install) and it allows...
I think meson might be beneficial as a build system to simplify the build file and allow building on most targets (without having to hardcode paths to homebrew or likewise).
I think a pkg-config file would be beneficial to allow other build systems to use this.
using cmake