We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71cbe93 commit c9e73f4Copy full SHA for c9e73f4
CMakeLists.txt
@@ -38,6 +38,7 @@ add_library(unboxing
38
src/graphics/genericframe.c
39
src/graphics/genericframefactory.c
40
src/graphics/genericframegpf_1.c
41
+ src/graphics/image8paintdevice.c
42
src/graphics/label.c
43
src/graphics/metadatabar.c
44
src/graphics/painter.c
@@ -53,6 +54,7 @@ add_library(unboxing
53
54
src/string.c
55
src/unboxer_utility.c
56
src/unboxer.c
57
+ src/unboxer/adaptive_filter.c
58
src/unboxer/cornermark.c
59
src/unboxer/datapoints.c
60
src/unboxer/filter.c
0 commit comments