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

Method SetNamespace

Source/cmExportFileGenerator.h:38–38  ·  view source on GitHub ↗

Set the namespace in which to place exported target names. */

Source from the content-addressed store, hash-verified

36
37 /** Set the namespace in which to place exported target names. */
38 void SetNamespace(std::string const& ns) { this->Namespace = ns; }
39 std::string GetNamespace() const { return this->Namespace; }
40
41 /** Add a configuration to be exported. */

Callers 6

GenerateScriptMethod · 0.80
HandleTargetsModeFunction · 0.80
HandleExportModeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected