diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-09 02:32:17 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-09 02:32:17 +0300 |
commit | d83b675f53bd18204b1f07105b3944cc9756e7d1 (patch) | |
tree | c474b664f92098f36fb3e026a00969d2903e2504 | |
parent | better usage messages & READMEs (diff) | |
download | cmake-common-d83b675f53bd18204b1f07105b3944cc9756e7d1.tar.gz cmake-common-d83b675f53bd18204b1f07105b3944cc9756e7d1.zip |
README: mention projects that use this
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -20,9 +20,19 @@ Using the scripts in this project, you can build All in a relatively cross-platform way. +It's used in a bunch of projects of mine, namely in + +* [aes-tools], +* [math-server] + +and a few others. + [Boost]: boost/build/README.md [CMake project]: cmake/build/README.md +[aes-tools]: https://github.com/egor-tensin/aes-tools +[math-server]: https://github.com/egor-tensin/math-server + License ------- |