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 /Source/cmScanDepFormat.h | |
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 'Source/cmScanDepFormat.h')
-rw-r--r-- | Source/cmScanDepFormat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmScanDepFormat.h b/Source/cmScanDepFormat.h index 51ceec1..cb8921d 100644 --- a/Source/cmScanDepFormat.h +++ b/Source/cmScanDepFormat.h @@ -14,6 +14,7 @@ struct cmSourceReqInfo struct cmScanDepInfo { std::string PrimaryOutput; + std::vector<std::string> ExtraOutputs; // Set of provided and required modules. std::vector<cmSourceReqInfo> Provides; |