mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
VS: Added "Deploy" at project configuration for WindowsCE targets
This commit is contained in:
committed by
Brad King
parent
40c36c9f7b
commit
3a1006e41f
@@ -108,7 +108,7 @@ protected:
|
||||
virtual void WriteProjectDepends(std::ostream& fout,
|
||||
const char* name, const char* path, cmTarget &t);
|
||||
virtual void WriteProjectConfigurations(
|
||||
std::ostream& fout, const char* name,
|
||||
std::ostream& fout, const char* name, cmTarget::TargetType type,
|
||||
const std::set<std::string>& configsPartOfDefaultBuild,
|
||||
const char* platformMapping = NULL);
|
||||
virtual void WriteSLNGlobalSections(std::ostream& fout,
|
||||
|
||||
Reference in New Issue
Block a user