initial commit
authorStefan Huber <shuber@sthu.org>
Mon, 4 Nov 2013 08:32:50 +0000 (09:32 +0100)
committerStefan Huber <shuber@sthu.org>
Mon, 4 Nov 2013 08:42:09 +0000 (09:42 +0100)
commit41cc37223bc28bc0607d4550504fc960eb36ca18
tree639bb40b1df285a5057dd2deea8065a5a0040b72
initial commit
12 files changed:
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
build.sh [new file with mode: 0755]
include/CMakeLists.txt [new file with mode: 0644]
include/stick.h [new file with mode: 0644]
lib/CMakeLists.txt [new file with mode: 0644]
lib/libstick.pc.cmake [new file with mode: 0644]
lib/stick.c [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/config.h.cmake [new file with mode: 0644]
src/main.c [new file with mode: 0644]