diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-11-06T20·56-0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-06T20·56-0800 |
commit | 78e1abca86f4294ab26ef36e534798b893c828bd (patch) | |
tree | b4cd4da6696aed4d103a087c56bf363c4abe707c /README.md | |
parent | da336a84e9c1f86409b21996164ae9602b37f9ca (diff) | |
parent | 2eedcf020483cdbfd49a796fb78a3edd0134b8e6 (diff) |
Merge pull request #8 from adevress/master
Add CMake support
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 9d75b67d4438..dcd01ac6926e 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 @@ -84,3 +85,8 @@ For more information about Abseil: * Peruse our [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) |