mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
Include necessary headers in commands
This commit is contained in:
@@ -3,8 +3,14 @@
|
||||
#ifndef cmExecProgramCommand_h
|
||||
#define cmExecProgramCommand_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "cmCommand.h"
|
||||
|
||||
class cmExecutionStatus;
|
||||
|
||||
/** \class cmExecProgramCommand
|
||||
* \brief Command that adds a target to the build system.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user