mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
target_sources(): Add FILE_SET mode
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user