summaryrefslogtreecommitdiffstats
path: root/subprojects
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/fff.wrap8
-rw-r--r--subprojects/packagefiles/fff-1.0/meson.build8
2 files changed, 16 insertions, 0 deletions
diff --git a/subprojects/fff.wrap b/subprojects/fff.wrap
new file mode 100644
index 0000000..047a44f
--- /dev/null
+++ b/subprojects/fff.wrap
@@ -0,0 +1,8 @@
+[wrap-file]
+directory = fff-1.0
+
+source_url = https://github.com/meekrosoft/fff/archive/v1.0.tar.gz
+source_filename = v1.0.tar.gz
+source_hash = 3fbe25ac451d3f56b5b0f82b9a4dbf68e4412b3cee278f7b2feda47fc4d692c6
+
+patch_directory = fff-1.0
diff --git a/subprojects/packagefiles/fff-1.0/meson.build b/subprojects/packagefiles/fff-1.0/meson.build
new file mode 100644
index 0000000..c7ce1f2
--- /dev/null
+++ b/subprojects/packagefiles/fff-1.0/meson.build
@@ -0,0 +1,8 @@
+project('fff', 'c',
+ version: '1.0',
+ license: 'MIT'
+)
+
+fff_dep = declare_dependency(
+ include_directories: include_directories('.')
+)