Files
CMake/Source
Brad King 7d498d6b43 Utilities/Sphinx: Add role and directive for 'genex' in CMake domain
This enables cross-reference syntax for CMake generator expressions:

    :genex:`SOME_GENEX`
    :genex:`$<SOME_GENEX>`
    :genex:`$<SOME_GENEX:...>`

and definition of CMake generator expressions via a directive:

    .. genex:: SOME_GENEX
    .. genex:: $<SOME_GENEX>
    .. genex:: $<SOME_GENEX:...>

It also adds generator expressions defined by the directive and by
`Help/genex/SOME_GENEX.rst` documents to the index.
2021-01-18 12:35:41 -05:00
..
2021-01-15 11:43:34 -05:00
2021-01-07 08:26:28 -05:00
2021-01-18 00:01:16 -05:00
2021-01-13 15:27:49 +01:00
2020-10-15 08:10:51 -04:00
2020-10-27 07:33:46 -04:00
2021-01-08 09:07:18 -05:00