summaryrefslogtreecommitdiff
path: root/subprojects/packagefiles
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2023-10-07 17:12:38 -0400
committerAndrew Opalach <andrew@akon.city> 2023-10-07 17:44:10 -0400
commitb07771669ae029d07b76a58ed526da7bc29ec27b (patch)
treea379a6b638a64060de1c220537f803b6402ffdea /subprojects/packagefiles
downloadlibalabaster-b07771669ae029d07b76a58ed526da7bc29ec27b.tar.gz
libalabaster-b07771669ae029d07b76a58ed526da7bc29ec27b.tar.bz2
libalabaster-b07771669ae029d07b76a58ed526da7bc29ec27b.zip
Add libalabaster
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects/packagefiles')
-rw-r--r--subprojects/packagefiles/c89atomic/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/subprojects/packagefiles/c89atomic/meson.build b/subprojects/packagefiles/c89atomic/meson.build
new file mode 100644
index 0000000..cdf8a28
--- /dev/null
+++ b/subprojects/packagefiles/c89atomic/meson.build
@@ -0,0 +1,2 @@
+project('c89atomic', 'c', version: 'git-cc548ed')
+c89atomic = declare_dependency(include_directories: include_directories('.'))