summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-02-16 21:35:32 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-02-16 21:35:32 (GMT)
commitcb73410ccb8d2c05085b8fc5551215214bf12edd (patch)
tree8d9e562959db6e434bf9288716b5c3f05a4f7112 /Source/cmGlobalXCodeGenerator.h
parentae63ae6a6e48d2c502c7318dce66398183e6dbe4 (diff)
downloadCMake-cb73410ccb8d2c05085b8fc5551215214bf12edd.zip
CMake-cb73410ccb8d2c05085b8fc5551215214bf12edd.tar.gz
CMake-cb73410ccb8d2c05085b8fc5551215214bf12edd.tar.bz2
ENH: more tests are passing
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index ccf627a..a8f73d0 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -124,6 +124,7 @@ private:
std::string m_LibraryOutputPath;
std::string m_ExecutableOutputPath;
cmLocalGenerator* m_CurrentLocalGenerator;
+ bool m_DoneAllBuild;
};
#endif