| 3050 | namespace { |
| 3051 | |
| 3052 | inline void RegisterUnitySources(cmGeneratorTarget* target, cmSourceFile* sf, |
| 3053 | std::string const& filename) |
| 3054 | { |
| 3055 | target->AddSourceFileToUnityBatch(sf->ResolveFullPath()); |
| 3056 | sf->SetProperty("UNITY_SOURCE_FILE", filename); |
| 3057 | } |
| 3058 | } |
| 3059 | |
| 3060 | cmLocalGenerator::UnitySource cmLocalGenerator::WriteUnitySource( |
no test coverage detected
searching dependent graphs…