MCPcopy Create free account
hub / github.com/Kitware/CMake / HandleAndValidateFileSetTargetScopes

Function HandleAndValidateFileSetTargetScopes

Source/cmSetPropertyCommand.cxx:130–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130bool HandleAndValidateFileSetTargetScopes(cmExecutionStatus& status,
131 bool file_set_target_option_enabled,
132 std::string& file_set_target_name,
133 cmTarget*& file_set_target)
134{
135 bool scope_options_valid =
136 SetPropertyCommand::HandleFileSetTargetScopeValidation(
137 status, file_set_target_option_enabled, file_set_target_name);
138 if (!scope_options_valid) {
139 return false;
140 }
141
142 scope_options_valid = SetPropertyCommand::HandleFileSetTargetScopes(
143 status, file_set_target_name, file_set_target);
144 return scope_options_valid;
145}
146
147bool HandleSourceFileDirectoryScopes(
148 cmExecutionStatus& status, std::vector<std::string>& source_file_directories,

Callers 2

cmSetPropertyCommandFunction · 0.85
cmGetPropertyCommandFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…