commit | 7dd44673e0d8f803f293ded4bc4f7d6a55d460dd | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Tue May 24 09:44:05 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue May 24 09:44:05 2016 -0700 |
tree | 2eceb61f16ea5e7eef015c6659983f885ae02cc2 | |
parent | 6d195b22bf6b7eed2b1867f2742e0b829c89e8e1 [diff] |
CMake: control static/shared the normal CMake way. This flips the default build mode to create a static libskia. To create a shared libskia, pass -DBUILD_SHARED_LIBS=1 when running cmake. BUG=skia:5341 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2009503002 CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot,Build-Mac-Clang-x86_64-Release-CMake-Trybot Review-Url: https://codereview.chromium.org/2009503002