mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
Separate compilation for commands included in cmCommands
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
file Copyright.txt or https://cmake.org/licensing for details. */
|
||||
#include "cmIncludeExternalMSProjectCommand.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "cmSystemTools.h"
|
||||
#endif
|
||||
|
||||
class cmExecutionStatus;
|
||||
|
||||
// cmIncludeExternalMSProjectCommand
|
||||
bool cmIncludeExternalMSProjectCommand::InitialPass(
|
||||
std::vector<std::string> const& args, cmExecutionStatus&)
|
||||
|
||||
Reference in New Issue
Block a user