mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
cmScanDepFormat: P1689R4: Factor out primary-output field
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user