Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kdm9/libkdm

Header-only C Library which makes life easier
https://github.com/kdm9/libkdm

Last synced: 11 days ago
JSON representation

Header-only C Library which makes life easier

Awesome Lists containing this project

README

        

libkdm
======

Header-only C Library which makes life easier

Just `#include "kdm.h"` and you're away.

Tests
-----

To run tests:

git clone --recursive [email protected]:kdmurray91/libkdm.git # gets testing deps
cd libkdm
mkdir build && cd build
cmake ..
make && make test