commit | e0f06a47522b81d9d81485bfd5c8e3333211db5a | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Fri Aug 28 11:51:06 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Aug 28 11:51:07 2015 -0700 |
tree | 379316514dc3af1039172188be37d2cb182501ea | |
parent | fd0eca2583cca2b13a241af753d8e689cb3b4b54 [diff] [blame] |
Example CMake build for Skia. This works only on Mac, probably only on 64-bit, and doesn't support SkCodec. BUG=skia:4269 Review URL: https://codereview.chromium.org/1319543003
diff --git a/cmake/.gitignore b/cmake/.gitignore new file mode 100644 index 0000000..8c39254 --- /dev/null +++ b/cmake/.gitignore
@@ -0,0 +1,11 @@ +*.swp + +*.ninja +.ninja* +CMakeCache.txt +CMakeFiles +cmake_install.cmake + +libskia.dylib +example +example.png