mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Separate compilation for commands included in cmCommands
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user