summaryrefslogtreecommitdiffstats
path: root/Source/cmScanDepFormat.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2021-06-08 15:27:39 (GMT)
committerBrad King <brad.king@kitware.com>2021-06-09 14:51:02 (GMT)
commitaab9a5fc3e60db247c922f14420b088d9a983ff2 (patch)
tree93c25c261a661512eed84b74a790ec6abb891141 /Source/cmScanDepFormat.h
parentb0a8fa959cbf8936a7e1aa558cf0c08bfa9e0a39 (diff)
downloadCMake-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.h1
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;