mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Include necessary headers in commands
This commit is contained in:
@@ -3,8 +3,14 @@
|
||||
#ifndef cmSubdirCommand_h
|
||||
#define cmSubdirCommand_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "cmCommand.h"
|
||||
|
||||
class cmExecutionStatus;
|
||||
|
||||
/** \class cmSubdirCommand
|
||||
* \brief Specify a list of subdirectories to build.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user