From 107c9a4e421f28fd80d4b6b3e3751c651dc2ef7c Mon Sep 17 00:00:00 2001 From: Dima Krasner Date: Sat, 18 Feb 2017 23:30:57 +0200 Subject: [PATCH] Moved to contrib --- README.md | 2 +- build/README.md | 1 - contrib/meson/README | 3 +++ {build => contrib}/meson/meson.build | 0 {build => contrib}/meson/meson_options.txt | 0 5 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 contrib/meson/README rename {build => contrib}/meson/meson.build (100%) rename {build => contrib}/meson/meson_options.txt (100%) diff --git a/README.md b/README.md index 7782972db..229571b3e 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ to create `zstd` binary, and `libzstd` dynamic and static libraries. #### Meson -A Meson project is provided within `build/meson`. +A Meson project is provided within `contrib/meson`. #### Visual (Windows) diff --git a/build/README.md b/build/README.md index ca88e5cfd..c4abe9efd 100644 --- a/build/README.md +++ b/build/README.md @@ -5,7 +5,6 @@ Projects for various integrated development environments (IDE) The following projects are included with the zstd distribution: - `cmake` - CMake project contributed by Artyom Dymchenko -- `meson` - Meson project contributed by Dima Krasner - `VS2005` - Visual Studio 2005 project - `VS2008` - Visual Studio 2008 project - `VS2010` - Visual Studio 2010 project (which also works well with Visual Studio 2012, 2013, 2015) diff --git a/contrib/meson/README b/contrib/meson/README new file mode 100644 index 000000000..0b5331e6d --- /dev/null +++ b/contrib/meson/README @@ -0,0 +1,3 @@ +This Meson project is provided with no guarantee and maintained by Dima Krasner . + +It outputs one libzstd, either shared or static, depending on default_library. diff --git a/build/meson/meson.build b/contrib/meson/meson.build similarity index 100% rename from build/meson/meson.build rename to contrib/meson/meson.build diff --git a/build/meson/meson_options.txt b/contrib/meson/meson_options.txt similarity index 100% rename from build/meson/meson_options.txt rename to contrib/meson/meson_options.txt -- 2.47.2