This repository has been archived on 2026-09-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
golem-v1-tinycbor/examples/simplereader.pro
T
Thiago Macieira a43a4efc8d Make the CBOR decoder API begin to work
This commit also starts to add unit tests.

The API, as tested, works. The simplereader.c example is probably broken
and will be fixed later.

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2015-05-12 17:45:36 +09:00

4 lines
62 B
Prolog

CONFIG -= qt
SOURCES = simplereader.c
include(../src/src.pri)