We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9721d commit 07c7334Copy full SHA for 07c7334
subprojects/packagefiles/qoi/meson.build
@@ -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
@@ -0,0 +1,5 @@
+[wrap-git]
+directory = qoi
+url = https://github.com/phoboslab/qoi.git
+revision = head
+patch_directory = qoi
0 commit comments