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

Method AddSourceFileToUnityBatch

Source/cmGeneratorTarget.cxx:3354–3358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

RegisterUnitySourcesFunction · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected