mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Add a note on CMake usage of exported target to the README
This commit is contained in:
parent
9c0c6b246c
commit
849f14083a
@ -95,5 +95,14 @@ Include the library using:
|
|||||||
|
|
||||||
#include <gsl/gsl>
|
#include <gsl/gsl>
|
||||||
|
|
||||||
|
## Usage in CMake
|
||||||
|
|
||||||
|
The library provides a Config file for CMake, once installed it can be found via
|
||||||
|
|
||||||
|
find_package(Microsoft.GSL CONFIG)
|
||||||
|
|
||||||
|
Which, when successful, will add library target called `Microsoft.GSL::GSL` which you can use via the usual
|
||||||
|
`target_link_libraries` mechanism.
|
||||||
|
|
||||||
## Debugging visualization support
|
## Debugging visualization support
|
||||||
For Visual Studio users, the file [GSL.natvis](./GSL.natvis) in the root directory of the repository can be added to your project if you would like more helpful visualization of GSL types in the Visual Studio debugger than would be offered by default.
|
For Visual Studio users, the file [GSL.natvis](./GSL.natvis) in the root directory of the repository can be added to your project if you would like more helpful visualization of GSL types in the Visual Studio debugger than would be offered by default.
|
||||||
|
Loading…
Reference in New Issue
Block a user