mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 07:11:05 -06:00
cmLocalGenerator: Constify target in API.
This commit is contained in:
@@ -1180,7 +1180,7 @@ void cmLocalGenerator::AddCompileOptions(
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
void cmLocalGenerator::GetIncludeDirectories(std::vector<std::string>& dirs,
|
||||
cmGeneratorTarget* target,
|
||||
cmGeneratorTarget const* target,
|
||||
const std::string& lang,
|
||||
const std::string& config,
|
||||
bool stripImplicitInclDirs
|
||||
|
||||
@@ -171,7 +171,7 @@ public:
|
||||
|
||||
/** Get the include flags for the current makefile and language. */
|
||||
void GetIncludeDirectories(std::vector<std::string>& dirs,
|
||||
cmGeneratorTarget* target,
|
||||
cmGeneratorTarget const* target,
|
||||
const std::string& lang = "C",
|
||||
const std::string& config = "",
|
||||
bool stripImplicitInclDirs = true) const;
|
||||
|
||||
Reference in New Issue
Block a user