mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
allow more than one external MS project
This commit is contained in:
@@ -25,8 +25,12 @@ bool cmIncludeExternalMSProjectCommand::InitialPass(std::vector<std::string> con
|
||||
depends.push_back(args[i]);
|
||||
}
|
||||
}
|
||||
|
||||
std::string utility_name("INCLUDE_EXTERNAL_MSPROJECT");
|
||||
utility_name += "_";
|
||||
utility_name += args[0];
|
||||
|
||||
m_Makefile->AddUtilityCommand("INCLUDE_EXTERNAL_MSPROJECT", "echo", "\"Include external project\"",
|
||||
m_Makefile->AddUtilityCommand(utility_name.c_str(), "echo", "\"Include external project\"",
|
||||
false, name_and_location, depends);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user