diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md index c6db64ab450f..592dc66b2da7 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ standard library. - [Codemap](#codemap) - [License](#license) - [Links](#links) +- [Build with cmake](#cmake) <a name="about"></a> ## About Abseil @@ -85,6 +86,11 @@ For more information about Abseil: [Abseil Compatibility Guarantees](http://abseil.io/about/compatibility) to understand both what we promise to you, and what we expect of you in return. +<a name="cmake"></a> +## Build with CMake + +Please check the [CMake build instructions](CMake/README.md) + ## Disclaimer * This is not an official Google product. |