diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-02-06 22:05:58 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-02-06 22:05:58 +0200 |
commit | 244ed4daf98e5a6c9e57da474ab4164cff25ff5c (patch) | |
tree | 5736f328d7b96c0c5bb15146b3d57c57698539c7 | |
parent | Use spdlog for logging (diff) | |
download | smolbote-244ed4daf98e5a6c9e57da474ab4164cff25ff5c.tar.xz |
Add subprojects/spdlog.wrap
-rw-r--r-- | subprojects/spdlog.wrap | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/subprojects/spdlog.wrap b/subprojects/spdlog.wrap new file mode 100644 index 0000000..9dac4d8 --- /dev/null +++ b/subprojects/spdlog.wrap @@ -0,0 +1,10 @@ +[wrap-file] +directory = spdlog-1.3.1 + +source_url = https://github.com/gabime/spdlog/archive/v1.3.1.tar.gz +source_filename = v1.3.1.tar.gz +source_hash = 160845266e94db1d4922ef755637f6901266731c4cb3b30b45bf41efa0e6ab70 + +patch_url = https://wrapdb.mesonbuild.com/v1/projects/spdlog/1.3.1/1/get_zip +patch_filename = spdlog-1.3.1-1-wrap.zip +patch_hash = 715a0229781019b853d409cc0bf891ee4b9d3a17bec0cf87f4ad30b28bbecc87 |