summaryrefslogtreecommitdiffstats
path: root/Source/cmState.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-13 19:52:33 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-13 22:16:07 (GMT)
commit2c219bafc045dfdf49529b8ad141fed3dbb4d8e9 (patch)
tree88438e304e55c8b3540f23940e95e3019326b3fe /Source/cmState.h
parent84e0776e77e625ab43c1a5b2031a06a035ae0210 (diff)
downloadCMake-2c219bafc045dfdf49529b8ad141fed3dbb4d8e9.zip
CMake-2c219bafc045dfdf49529b8ad141fed3dbb4d8e9.tar.gz
CMake-2c219bafc045dfdf49529b8ad141fed3dbb4d8e9.tar.bz2
cmState: Initialize top level source directories immediately.
Don't leave this as cmMakefile responsibility.
Diffstat (limited to 'Source/cmState.h')
-rw-r--r--Source/cmState.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmState.h b/Source/cmState.h
index 2f66f7f..528da3b 100644
--- a/Source/cmState.h
+++ b/Source/cmState.h
@@ -96,6 +96,8 @@ public:
const cmState::Snapshot& rhs) const;
};
+ void SetDirectoryDefinitions();
+
private:
friend bool operator==(const cmState::Snapshot& lhs,
const cmState::Snapshot& rhs);