Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
820986ed
Commit
820986ed
authored
Jun 06, 2015
by
Stephen Kelly
Browse files
cmLocalGenerator: Constify GetIncludeDirectories method.
parent
b3e2e332
Changes
2
Show whitespace changes
Inline
Side-by-side
Source/cmLocalGenerator.cxx
View file @
820986ed
...
...
@@ -1341,7 +1341,7 @@ void cmLocalGenerator::GetIncludeDirectories(std::vector<std::string>& dirs,
const
std
::
string
&
lang
,
const
std
::
string
&
config
,
bool
stripImplicitInclDirs
)
)
const
{
// Need to decide whether to automatically include the source and
// binary directories at the beginning of the include path.
...
...
Source/cmLocalGenerator.h
View file @
820986ed
...
...
@@ -183,7 +183,7 @@ public:
cmGeneratorTarget
*
target
,
const
std
::
string
&
lang
=
"C"
,
const
std
::
string
&
config
=
""
,
bool
stripImplicitInclDirs
=
true
);
bool
stripImplicitInclDirs
=
true
)
const
;
void
AddCompileOptions
(
std
::
string
&
flags
,
cmTarget
*
target
,
const
std
::
string
&
lang
,
const
std
::
string
&
config
);
void
AddCompileDefinitions
(
std
::
set
<
std
::
string
>&
defines
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment