diff options
author | Yves Frederix <yves.frederix@gmail.com> | 2016-09-16 15:50:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-11-17 18:53:42 (GMT) |
commit | 427b6da9e5aa2e1a8570259573b1faa15e4169df (patch) | |
tree | c9a2281849dde22f953dbf76ed557f613275d643 /Source/cmGlobalVisualStudio8Generator.h | |
parent | ab4a9a98266fb29008cecc9649a91fc844c541f5 (diff) | |
download | CMake-427b6da9e5aa2e1a8570259573b1faa15e4169df.zip CMake-427b6da9e5aa2e1a8570259573b1faa15e4169df.tar.gz CMake-427b6da9e5aa2e1a8570259573b1faa15e4169df.tar.bz2 |
VS: Teach `cmake --build` to reconfigure if needed before building
Visual Studio's build system does not cleanly handle itself being
re-generated during the build. Teach `cmake --build` to check whether
the build system needs to be re-generated before launching the native
build tool.
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio8Generator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.h b/Source/cmGlobalVisualStudio8Generator.h index b149c9d..53feb47 100644 --- a/Source/cmGlobalVisualStudio8Generator.h +++ b/Source/cmGlobalVisualStudio8Generator.h @@ -23,6 +23,9 @@ public: /** Get the documentation entry for this generator. */ static void GetDocumentation(cmDocumentationEntry& entry); + /** Get the name of the main stamp list file. */ + static std::string GetGenerateStampList(); + virtual void EnableLanguage(std::vector<std::string> const& languages, cmMakefile*, bool optional); virtual void AddPlatformDefinitions(cmMakefile* mf); |