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

Method AddCMakeOutputFile

Source/cmMakefile.h:692–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690 return this->OutputFiles;
691 }
692 void AddCMakeOutputFile(std::string const& file)
693 {
694 this->OutputFiles.push_back(file);
695 }
696
697 /**
698 * Expand all defined variables in the string.

Callers 9

ConfigureFileMethod · 0.95
CreateAppBundleMethod · 0.80
CreateFrameworkMethod · 0.80
CreateCFBundleMethod · 0.80
InitAutogenTargetMethod · 0.80
InitRccTargetsMethod · 0.80
HandleConfigureCommandFunction · 0.80
GenerateMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected