Skip to content

Commit 07c7334

Browse files
committed
build: integrate qoi
to be used for encode benchmarks
1 parent 0f9721d commit 07c7334

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
project('qoi', 'c')
2+
3+
qoi_inc = include_directories('.')
4+
5+
qoi_dep = declare_dependency(include_directories : qoi_inc)
6+
7+
meson.override_dependency('qoi', qoi_dep)

subprojects/qoi.wrap

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[wrap-git]
2+
directory = qoi
3+
url = https://github.com/phoboslab/qoi.git
4+
revision = head
5+
patch_directory = qoi

0 commit comments

Comments
 (0)