cmScanDepFormat: P1689R4: Factor out primary-output field

This commit is contained in:
Ben Boeckel
2021-06-08 11:27:39 -04:00
committed by Brad King
parent b0a8fa959c
commit aab9a5fc3e
3 changed files with 18 additions and 9 deletions
+1
View File
@@ -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;