aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/.gitignore
Commit message (Collapse)AuthorAge
* CMake: generate skia.h and skia_{compile|link}_arguments.txtGravatar halcanary2015-11-30
| | | | | | | | | Motivation: for use by fiddle. Also, add new files to .gitignore CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot,Build-Mac10.9-Clang-x86_64-Release-CMake-Trybot Review URL: https://codereview.chromium.org/1484053002
* CMake builds on Ubuntu now too.Gravatar mtklein2015-08-31
| | | | | | | | Punted for now on GL on Linux. Man that's a beast. BUG=skia:4269 Review URL: https://codereview.chromium.org/1315753009
* Example CMake build for Skia.Gravatar mtklein2015-08-28
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