diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-02 07:41:06 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-25 17:57:42 (GMT) |
commit | b3f2299e0600f3488aaeb78ebf66d1108201ea17 (patch) | |
tree | 2f193d7800f2ed121af8f9b76983d25ccacd7f3f /Source/cmState.h | |
parent | 6ce940ac9701c93be01ed169c6bd23b22e04782f (diff) | |
download | CMake-b3f2299e0600f3488aaeb78ebf66d1108201ea17.zip CMake-b3f2299e0600f3488aaeb78ebf66d1108201ea17.tar.gz CMake-b3f2299e0600f3488aaeb78ebf66d1108201ea17.tar.bz2 |
cmState: Move ProjectName from cmMakefile.
Diffstat (limited to 'Source/cmState.h')
-rw-r--r-- | Source/cmState.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmState.h b/Source/cmState.h index e503cd2..c3ff4e8 100644 --- a/Source/cmState.h +++ b/Source/cmState.h @@ -86,6 +86,9 @@ public: Directory GetDirectory() const; + void SetProjectName(std::string const& name); + std::string GetProjectName() const; + struct StrictWeakOrder { bool operator()(const cmState::Snapshot& lhs, |