diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/users/manifests.md | 5 |
1 files changed, 4 insertions, 1 deletions
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. - |
