diff options
| author | 2023-10-07 17:12:38 -0400 | |
|---|---|---|
| committer | 2023-10-07 17:44:10 -0400 | |
| commit | b07771669ae029d07b76a58ed526da7bc29ec27b (patch) | |
| tree | a379a6b638a64060de1c220537f803b6402ffdea /subprojects | |
| download | libalabaster-b07771669ae029d07b76a58ed526da7bc29ec27b.tar.gz libalabaster-b07771669ae029d07b76a58ed526da7bc29ec27b.tar.bz2 libalabaster-b07771669ae029d07b76a58ed526da7bc29ec27b.zip | |
Add libalabaster
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects')
| -rw-r--r-- | subprojects/c89atomic.wrap | 5 | ||||
| -rw-r--r-- | subprojects/packagefiles/c89atomic/meson.build | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/subprojects/c89atomic.wrap b/subprojects/c89atomic.wrap new file mode 100644 index 0000000..2fe249e --- /dev/null +++ b/subprojects/c89atomic.wrap @@ -0,0 +1,5 @@ +[wrap-git] +url = https://github.com/mackron/c89atomic.git +revision = cc548edae7147b31718f254e35f6052fa1559ff7 +depth = 1 +patch_directory = c89atomic 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('.')) |