diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2021-06-08 15:27:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-09 14:51:02 (GMT) |
commit | aab9a5fc3e60db247c922f14420b088d9a983ff2 (patch) | |
tree | 93c25c261a661512eed84b74a790ec6abb891141 /Help/dev/experimental.rst | |
parent | b0a8fa959cbf8936a7e1aa558cf0c08bfa9e0a39 (diff) | |
download | CMake-aab9a5fc3e60db247c922f14420b088d9a983ff2.zip CMake-aab9a5fc3e60db247c922f14420b088d9a983ff2.tar.gz CMake-aab9a5fc3e60db247c922f14420b088d9a983ff2.tar.bz2 |
cmScanDepFormat: P1689R4: Factor out primary-output field
Diffstat (limited to 'Help/dev/experimental.rst')
-rw-r--r-- | Help/dev/experimental.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/dev/experimental.rst b/Help/dev/experimental.rst index 52feec3..517ffe4 100644 --- a/Help/dev/experimental.rst +++ b/Help/dev/experimental.rst @@ -44,6 +44,7 @@ by the `P1689r3`_ paper, with the following updates: * Omit the ``outputs``, ``inputs``, and ``depends`` fields from each entry in the ``rules`` array. They are unused. * Flatten ``future-compile`` members directly into each rule. +* Factor a ``primary-output`` field out of the now-flattened ``outputs``. Compiler writers may try out their scanning functionality using the `cxx-modules-sandbox`_ test project, modified to set variables |