summaryrefslogtreecommitdiff
path: root/subprojects/packagefiles/endian/meson.build
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-06-17 00:50:21 +0200
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-06-17 00:50:21 +0200
commita3fbea78730b1359146193e0d128668426085cd8 (patch)
treebb49d7dc9b773c7d7af27f79811bd420820a30b1 /subprojects/packagefiles/endian/meson.build
parent7e0fc435ade701d56548674e3817c6e90804a5b8 (diff)
subprojects/endian: add dependency as subproject.
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Diffstat (limited to 'subprojects/packagefiles/endian/meson.build')
-rw-r--r--subprojects/packagefiles/endian/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/subprojects/packagefiles/endian/meson.build b/subprojects/packagefiles/endian/meson.build
new file mode 100644
index 0000000..0b112e6
--- /dev/null
+++ b/subprojects/packagefiles/endian/meson.build
@@ -0,0 +1,5 @@
+project('endian', 'c',
+ version : '0.1',
+ default_options : ['warning_level=3'])
+
+meson.override_dependency('endian', declare_dependency(include_directories: '.'))