aboutsummaryrefslogtreecommitdiff
path: root/docs/EXAMPLES.md
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2016-10-07 15:38:10 -0700
committerRobert Schumacher <roschuma@microsoft.com>2016-10-07 15:39:55 -0700
commit91c7d69cdb593da5e9cde5bf2ba093317c2de55e (patch)
tree5429eb0d2e01b4ab649006867c15e4964161d7db /docs/EXAMPLES.md
parent1a95b4a0eca0afe7cb3084ba02dc65931cdd65a0 (diff)
downloadvcpkg-91c7d69cdb593da5e9cde5bf2ba093317c2de55e.tar.gz
vcpkg-91c7d69cdb593da5e9cde5bf2ba093317c2de55e.zip
[docs] Add EXAMPLE_fix_libpng into the main examples document outline
Diffstat (limited to 'docs/EXAMPLES.md')
-rw-r--r--docs/EXAMPLES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/EXAMPLES.md b/docs/EXAMPLES.md
index 3415dc754..d991d87f9 100644
--- a/docs/EXAMPLES.md
+++ b/docs/EXAMPLES.md
@@ -14,6 +14,7 @@ For short description of available commands, run `vcpkg help`.
- <a href="#example-1-2-c">Option C: Other buildsystems</a>
- <a href="#example-1-2-d">Option D: VS Project (Individual Project integration)</a>
- <a href="#example-2">Example 2: Package a remote project (zlib)</a>
+- <a href="example-3-patch-libpng.md">Example 3: Patching libpng to work for uwp-x86</a>
<a name="example-1"></a>
## Example 1: C++ REST SDK