mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
cmScanDepFormat: support P1689R5
This adds the `is-interface` key on provides fields.
This commit is contained in:
@@ -18,6 +18,11 @@ struct cmSourceReqInfo
|
||||
std::string SourcePath;
|
||||
std::string CompiledModulePath;
|
||||
bool UseSourcePath = false;
|
||||
|
||||
// Provides-only fields.
|
||||
bool IsInterface = true;
|
||||
|
||||
// Requires-only fields.
|
||||
LookupMethod Method = LookupMethod::ByName;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user