diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-07-19 20:44:59 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2023-07-31 15:37:47 (GMT) |
commit | 93993c7ad4f634451fb1c8f67f00d4d959d199ac (patch) | |
tree | 27cc11a752d8bd8bf643d40aa19759fc198930e6 /Help/guide/tutorial/Step4/MathFunctions/MathFunctions.h | |
parent | c9ca5f6326136d02c8d12b0a749076ff375dae4c (diff) | |
download | CMake-93993c7ad4f634451fb1c8f67f00d4d959d199ac.zip CMake-93993c7ad4f634451fb1c8f67f00d4d959d199ac.tar.gz CMake-93993c7ad4f634451fb1c8f67f00d4d959d199ac.tar.bz2 |
cmArgumentParser: support storing a context value with parsing
This allows for parsing of contextual keywords. For example:
```
some_command(
ARG_WITH_CONTEXT foo
CONTEXT bar
ARG_WITH_CONTEXT quux)
```
will be able to store that `foo` happened without context (or, rather,
its default value) and `quux` was provided in a `bar` context.
Diffstat (limited to 'Help/guide/tutorial/Step4/MathFunctions/MathFunctions.h')
0 files changed, 0 insertions, 0 deletions