mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120)
These allow one to reference more external VS project file variations.
This commit is contained in:
committed by
Brad King
parent
31e7fadbb3
commit
59139031a1
@@ -107,7 +107,8 @@ protected:
|
||||
const char* name, const char* path, cmTarget &t);
|
||||
virtual void WriteProjectConfigurations(std::ostream& fout,
|
||||
const char* name,
|
||||
bool partOfDefaultBuild);
|
||||
bool partOfDefaultBuild,
|
||||
const char* platformMapping = NULL);
|
||||
virtual void WriteSLNFooter(std::ostream& fout);
|
||||
virtual void WriteSLNHeader(std::ostream& fout);
|
||||
virtual std::string WriteUtilityDepend(cmTarget* target);
|
||||
@@ -130,6 +131,7 @@ protected:
|
||||
virtual void WriteExternalProject(std::ostream& fout,
|
||||
const char* name,
|
||||
const char* path,
|
||||
const char* typeGuid,
|
||||
const std::set<cmStdString>&
|
||||
dependencies);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user