File: parser.pro

package info (click to toggle)
tinycbor 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 844 kB
  • sloc: ansic: 4,028; cpp: 3,392; makefile: 235; perl: 156; sh: 43
file content (10 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
SOURCES += tst_parser.cpp ../../src/cborparser.c

CONFIG += testcase parallel_test c++11
QT = core testlib
DEFINES += CBOR_PARSER_MAX_RECURSIONS=16

INCLUDEPATH += ../../src
msvc: POST_TARGETDEPS = ../../lib/tinycbor.lib
else: POST_TARGETDEPS += ../../lib/libtinycbor.a
LIBS += $$POST_TARGETDEPS