aboutsummaryrefslogtreecommitdiff
path: root/subprojects/test.h/meson.build
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-09-19 17:47:33 +1000
committerallusive-dev <[email protected]>2023-09-19 17:47:33 +1000
commita93aba600b1c5d019b680b9f4ff3fa85d5d43a60 (patch)
tree77f8152222655657472a70e0bfa413a0495dd555 /subprojects/test.h/meson.build
parentreset (diff)
downloadcompfy-a93aba600b1c5d019b680b9f4ff3fa85d5d43a60.tar.xz
compfy-a93aba600b1c5d019b680b9f4ff3fa85d5d43a60.zip
Fixed broken files/code and other errors
Diffstat (limited to 'subprojects/test.h/meson.build')
-rw-r--r--subprojects/test.h/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/subprojects/test.h/meson.build b/subprojects/test.h/meson.build
new file mode 100644
index 0000000..042e5d5
--- /dev/null
+++ b/subprojects/test.h/meson.build
@@ -0,0 +1,2 @@
+project('test.h', 'c')
+test_h_dep = declare_dependency(include_directories: include_directories('.'))