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

Class cmInstallCommandFileSetArguments

Source/cmInstallCommandArguments.h:81–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79};
80
81class cmInstallCommandFileSetArguments : public cmInstallCommandArguments
82{
83public:
84 cmInstallCommandFileSetArguments(std::string defaultComponent,
85 cmMakefile& makefile);
86
87 void Parse(std::vector<std::string> args,
88 std::vector<std::string>* unconsumedArgs);
89
90 std::string const& GetFileSet() const { return this->FileSet; }
91
92private:
93 std::string FileSet;
94};

Callers 1

HandleTargetsModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…