Provide a CMakeLists.txt.

This lands https://github.com/google/snappy/pull/29
This commit is contained in:
vrabaud
2017-04-26 04:24:58 -07:00
committed by Victor Costan
parent ed3b7b242b
commit c8131680d0
5 changed files with 295 additions and 11 deletions

View File

@@ -62,6 +62,16 @@ Performance optimizations, whether for 64-bit x86 or other platforms,
are of course most welcome; see "Contact", below.
Building
========
CMake is supported and autotools will soon be deprecated.
You need CMake 3.4 or above to build:
mkdir build
cd build && cmake ../ && make
Usage
=====