| 3352 | } |
| 3353 | |
| 3354 | void cmGeneratorTarget::AddSourceFileToUnityBatch( |
| 3355 | std::string const& sourceFilename) |
| 3356 | { |
| 3357 | this->UnityBatchedSourceFiles.insert(sourceFilename); |
| 3358 | } |
| 3359 | |
| 3360 | bool cmGeneratorTarget::IsSourceFilePartOfUnityBatch( |
| 3361 | std::string const& sourceFilename) const |
no test coverage detected