mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
VS: Convert WriteSLNHeader to non-virtual lookup table
This commit is contained in:
@@ -142,6 +142,8 @@ protected:
|
||||
|
||||
const char* GetIDEVersion() const;
|
||||
|
||||
void WriteSLNHeader(std::ostream& fout);
|
||||
|
||||
bool ComputeTargetDepends() override;
|
||||
class VSDependSet : public std::set<std::string>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user