Add a CMakeLists.txt

The goal is not to replace our autotools configuration, but to
provide a minimal CMake file that can build the lib, cwebp and
dwebp.

Change-Id: I3be343bd698d118c5f00172449d232d87e868f23
This commit is contained in:
Vincent Rabaud
2015-12-21 15:35:13 +01:00
parent 6c1d763119
commit 3661b98069
4 changed files with 496 additions and 0 deletions

3
.gitignore vendored
View File

@ -31,3 +31,6 @@ src/webp/stamp-h1
*.pdb
/iosbuild
/WebP.framework
CMakeCache.txt
CMakeFiles/
cmake_install.cmake