mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
cmTarget: Make custom command accessors API const.
Add specific mutators instead of providing non-const refs.
This commit is contained in:
@@ -87,7 +87,8 @@ private:
|
||||
void AddLibraries(cmComputeLinkInformation& cli, std::string& libstring);
|
||||
void WriteLibOptions(std::string const& config);
|
||||
void WriteEvents(std::string const& configName);
|
||||
void WriteEvent(const char* name, std::vector<cmCustomCommand> & commands,
|
||||
void WriteEvent(const char* name,
|
||||
std::vector<cmCustomCommand> const& commands,
|
||||
std::string const& configName);
|
||||
void WriteGroupSources(const char* name, ToolSources const& sources,
|
||||
std::vector<cmSourceGroup>& );
|
||||
|
||||
Reference in New Issue
Block a user