diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-16 21:35:32 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-16 21:35:32 (GMT) |
commit | cb73410ccb8d2c05085b8fc5551215214bf12edd (patch) | |
tree | 8d9e562959db6e434bf9288716b5c3f05a4f7112 /Source/cmGlobalXCodeGenerator.h | |
parent | ae63ae6a6e48d2c502c7318dce66398183e6dbe4 (diff) | |
download | CMake-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.h | 1 |
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 |