mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
Include necessary headers in commands
This commit is contained in:
@@ -3,8 +3,14 @@
|
||||
#ifndef cmLibrarysCommand_h
|
||||
#define cmLibrarysCommand_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "cmCommand.h"
|
||||
|
||||
class cmExecutionStatus;
|
||||
|
||||
/** \class cmLibrarysCommand
|
||||
* \brief Defines a list of executables to build.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user