mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Separate compilation for commands included in cmCommands
This commit is contained in:
@@ -3,7 +3,14 @@
|
||||
#ifndef cmRemoveCommand_h
|
||||
#define cmRemoveCommand_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "cmCommand.h"
|
||||
#include "cmTypeMacro.h"
|
||||
|
||||
class cmExecutionStatus;
|
||||
|
||||
/** \class cmRemoveCommand
|
||||
* \brief remove command
|
||||
|
||||
Reference in New Issue
Block a user