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 cmRemoveDefinitionsCommand_h
|
||||
#define cmRemoveDefinitionsCommand_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "cmCommand.h"
|
||||
#include "cmTypeMacro.h"
|
||||
|
||||
class cmExecutionStatus;
|
||||
|
||||
/** \class cmRemoveDefinitionsCommand
|
||||
* \brief Specify a list of compiler defines
|
||||
|
||||
Reference in New Issue
Block a user