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

Method GetOptional

Source/cmInstallFileSetGenerator.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 std::string GetDestination(std::string const& config) const;
38 std::string GetDestination() const { return this->Destination; }
39 bool GetOptional() const { return this->Optional; }
40 std::string GetFileSetName() const { return this->FileSetName; }
41 cmFileSet const* GetFileSet() const { return this->FileSet; };
42 cmGeneratorTarget* GetTarget() const { return this->Target; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected