summaryrefslogtreecommitdiffstats
path: root/Source/cmState.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-02 07:41:06 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-25 17:57:42 (GMT)
commitb3f2299e0600f3488aaeb78ebf66d1108201ea17 (patch)
tree2f193d7800f2ed121af8f9b76983d25ccacd7f3f /Source/cmState.h
parent6ce940ac9701c93be01ed169c6bd23b22e04782f (diff)
downloadCMake-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.h3
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,