target_sources(): Add FILE_SET mode

This commit is contained in:
Kyle Edwards
2021-08-27 16:41:36 -04:00
parent f2bd022468
commit d8af2d954f
3 changed files with 169 additions and 5 deletions
+2 -2
View File
@@ -155,10 +155,10 @@ bool cmTargetPropCommandBase::ProcessContentArgs(
return false;
}
}
return this->PopulateTargetProperies(scope, content, prepend, system);
return this->PopulateTargetProperties(scope, content, prepend, system);
}
bool cmTargetPropCommandBase::PopulateTargetProperies(
bool cmTargetPropCommandBase::PopulateTargetProperties(
const std::string& scope, const std::vector<std::string>& content,
bool prepend, bool system)
{