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
8680520f
Commit
8680520f
authored
Jun 04, 2015
by
Stephen Kelly
Browse files
cmMakefile: Make the cmState::Snapshot accessible.
parent
6d7abb63
Changes
2
Hide whitespace changes
Inline
Side-by-side
Source/cmMakefile.cxx
View file @
8680520f
...
...
@@ -4657,6 +4657,11 @@ void cmMakefile::StoreMatches(cmsys::RegularExpression& re)
this
->
MarkVariableAsUsed
(
nMatchesVariable
);
}
cmState
::
Snapshot
cmMakefile
::
GetStateSnapshot
()
const
{
return
this
->
StateSnapshot
;
}
//----------------------------------------------------------------------------
cmPolicies
::
PolicyStatus
cmMakefile
::
GetPolicyStatus
(
cmPolicies
::
PolicyID
id
)
const
...
...
Source/cmMakefile.h
View file @
8680520f
...
...
@@ -819,6 +819,8 @@ public:
void
ClearMatches
();
void
StoreMatches
(
cmsys
::
RegularExpression
&
re
);
cmState
::
Snapshot
GetStateSnapshot
()
const
;
protected:
// add link libraries and directories to the target
void
AddGlobalLinkInformation
(
const
std
::
string
&
name
,
cmTarget
&
target
);
...
...
Write
Preview
Supports
Markdown
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