Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Side by Side Diff: cmake/README.md

Issue 2007093002: CMake: skia_link_arguments.txt repects BUILD_SHARED_LIBS (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « cmake/CMakeLists.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CMake build for Skia 1 CMake build for Skia
2 ==================== 2 ====================
3 This directory contains experiemental CMake build files for Skia. 3 This directory contains experiemental CMake build files for Skia.
4 They are primarily targeted at building Skia as it would be shipped, 4 They are primarily targeted at building Skia as it would be shipped,
5 not at day-to-day Skia development. 5 not at day-to-day Skia development.
6 6
7 Quickstart 7 Quickstart
8 ---------- 8 ----------
9 9
10 <!--?prettify lang=sh?--> 10 <!--?prettify lang=sh?-->
(...skipping 14 matching lines...) Expand all
25 25
26 Currently maybe-kinda-working platforms 26 Currently maybe-kinda-working platforms
27 --------------------------------------- 27 ---------------------------------------
28 - x86-64 Mac OS X 28 - x86-64 Mac OS X
29 - x86-64 Ubuntu 15.04 29 - x86-64 Ubuntu 15.04
30 - x86-64 Windows 10, with extra caveats: 30 - x86-64 Windows 10, with extra caveats:
31 * Compiles against DirectWrite, not GDI, for fonts 31 * Compiles against DirectWrite, not GDI, for fonts
32 * Configure with `cmake . -G "Visual Studio 14 2015"` . 32 * Configure with `cmake . -G "Visual Studio 14 2015"` .
33 * Compile with `cmake --build . --config Release` . 33 * Compile with `cmake --build . --config Release` .
34 * Still has too many warnings. 34 * Still has too many warnings.
35 * Poorly tested as yet. 35 * Poorly tested as yet.
36
OLDNEW
« no previous file with comments | « cmake/CMakeLists.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698