mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06: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