forked from marmalade/zbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zbar.mkb
66 lines (60 loc) · 773 Bytes
/
zbar.mkb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
option lib
includepaths
{
"src/"
"."
"src/zbar"
}
subproject zbar
files
{
config.h
["Modified ZBar source files"]
src/zbar.h
(./src/zbar)
debug.h
config.cpp
error.h
error.cpp
symbol.h
symbol.cpp
image.h
image.cpp
convert.cpp
processor.cpp
processor.h
processor/lock.cpp
refcnt.h
refcnt.cpp
timer.h
mutex.h
event.h
thread.h
window.h
window.cpp
video.h
video.cpp
img_scanner.h
img_scanner.cpp
scanner.cpp
decoder.h
decoder.cpp
svg.h
# QR code files:
qrcode.h
decoder/qr_finder.h
decoder/qr_finder.cpp
qrcode/qrdec.h
qrcode/qrdec.cpp
qrcode/qrdectxt.cpp
qrcode/rs.h
qrcode/rs.cpp
qrcode/isaac.h
qrcode/isaac.cpp
qrcode/bch15_5.h
qrcode/bch15_5.cpp
qrcode/binarize.h
qrcode/binarize.cpp
qrcode/util.h
qrcode/util.cpp
}