diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-08 19:05:03 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-08 19:05:03 +0300 |
commit | e926dfd293774c2b095c2c91252eeddbe34ad869 (patch) | |
tree | 363f44771c7e2fe4cbf317b7df8c6adf30f21bb3 /README.md | |
parent | add .gitattributes (diff) | |
download | cmake-common-e926dfd293774c2b095c2c91252eeddbe34ad869.tar.gz cmake-common-e926dfd293774c2b095c2c91252eeddbe34ad869.zip |
add README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..961c420 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +cmake-common +============ + +Various utility files to build my CMake projects, as those seem to overlap +between different projects quite a bit. + +License +------- + +Distributed under the MIT License. +See [LICENSE.txt] for details. + +[LICENSE.txt]: LICENSE.txt |