diff options
author | Brad King <brad.king@kitware.com> | 2017-10-19 13:26:20 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-10-19 13:26:33 (GMT) |
commit | ec0dbd044a06b9f7d6cd6d708d975b5dcb05babe (patch) | |
tree | c77826186f812cec0b0e82bc4a39ede1033f6917 /Source/cmLocalVisualStudio7Generator.h | |
parent | c412f40b5ac35ea7ca95ad45cc90d088e09fcb11 (diff) | |
parent | 344d149ae45251125f3dad038d9f10e531eb6fd1 (diff) | |
download | CMake-ec0dbd044a06b9f7d6cd6d708d975b5dcb05babe.zip CMake-ec0dbd044a06b9f7d6cd6d708d975b5dcb05babe.tar.gz CMake-ec0dbd044a06b9f7d6cd6d708d975b5dcb05babe.tar.bz2 |
Merge topic 'ide-direct-CMakeLists.txt'
344d149a VS,Xcode: Add CMakeLists.txt sources without mutating targets
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1392
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index 7a77574..48f2e1a 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -65,7 +65,6 @@ public: virtual void ReadAndStoreExternalGUID(const std::string& name, const char* path); - virtual void AddCMakeListsRules(); protected: void CreateSingleVCProj(const std::string& lname, cmGeneratorTarget* tgt); @@ -117,10 +116,11 @@ private: FCInfo& fcinfo); void WriteTargetVersionAttribute(std::ostream& fout, cmGeneratorTarget* gt); + class AllConfigSources; bool WriteGroup(const cmSourceGroup* sg, cmGeneratorTarget* target, std::ostream& fout, const std::string& libName, std::vector<std::string> const& configs, - std::map<cmSourceFile const*, size_t> const& sourcesIndex); + AllConfigSources const& sources); friend class cmLocalVisualStudio7GeneratorFCInfo; friend class cmLocalVisualStudio7GeneratorInternals; |