Set the namespace in which to place exported target names. */
| 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. */ |
no outgoing calls
no test coverage detected