Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kdm9/libkdm
- Owner: kdm9
- License: mit
- Created: 2014-03-03T05:30:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-20T00:27:23.000Z (over 10 years ago)
- Last Synced: 2024-10-11T19:23:05.266Z (about 1 month ago)
- Language: C
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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