diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-09 02:27:57 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-09 02:27:57 +0300 |
commit | 1c91b96f8740daad93991d50c086fbaf1f08770d (patch) | |
tree | e4d62d7f1d22d23eed1bebf00c80cb175bc58ce6 /README.md | |
parent | common.cmake: more precise platform detection (diff) | |
download | cmake-common-1c91b96f8740daad93991d50c086fbaf1f08770d.tar.gz cmake-common-1c91b96f8740daad93991d50c086fbaf1f08770d.zip |
better usage messages & READMEs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -10,6 +10,19 @@ guide] to help you through. [an excellent guide]: https://medium.com/@porteneuve/mastering-git-submodules-34c65e940407 +Usage +----- + +Using the scripts in this project, you can build + +* [Boost], +* a [CMake project]. + +All in a relatively cross-platform way. + +[Boost]: boost/build/README.md +[CMake project]: cmake/build/README.md + License ------- |