From a09f19c3793f054774e9f0cb6813181ff5fb5fb0 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Wed, 24 Feb 2021 16:55:16 -0500 Subject: [docs/users/manifests.md] add a link to the specification (#16336) * [docs/users/manifests.md] add a link to the specification * Accept review suggestions Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> --- docs/users/manifests.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/users/manifests.md b/docs/users/manifests.md index c5addbba7..6742d6605 100644 --- a/docs/users/manifests.md +++ b/docs/users/manifests.md @@ -31,6 +31,10 @@ and a little more information on [CMake](#cmake-integration) integration. Check out the [manifest cmake example](../examples/manifest-mode-cmake.md) for an example project using CMake and manifest mode. +See [the specification](../specifications/manifests.md) for all the details about what can go into a manifest, +including some restrictions on project a feature names. + + ## Simple Example Manifest ```json @@ -354,4 +358,3 @@ This property can be set to "false" to disable automatic dependency restoration #### `VcpkgInstalledDirectory` (Installed Directory) This property defines the location where headers and binaries are consumed from. In manifest mode, this directory is created and populated based on your manifest. - -- cgit v1.2.3