Separate compilation for commands included in cmCommands

This commit is contained in:
Daniel Pfeifer
2016-10-21 18:14:50 +02:00
parent 1e555a44aa
commit f69e768d94
62 changed files with 454 additions and 37 deletions
@@ -3,7 +3,14 @@
#ifndef cmIncludeExternalMSProjectCommand_h
#define cmIncludeExternalMSProjectCommand_h
#include <cmConfigure.h>
#include <string>
#include <vector>
#include "cmCommand.h"
#include "cmTypeMacro.h"
class cmExecutionStatus;
/** \class cmIncludeExternalMSProjectCommand
* \brief Specify an external MS project file for inclusion in the workspace.