mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Separate compilation for commands included in cmCommands
This commit is contained in:
@@ -3,9 +3,17 @@
|
||||
#ifndef cmOutputRequiredFilesCommand_h
|
||||
#define cmOutputRequiredFilesCommand_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
#include <set>
|
||||
#include <stdio.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "cmCommand.h"
|
||||
#include "cmTypeMacro.h"
|
||||
|
||||
class cmDependInformation;
|
||||
class cmExecutionStatus;
|
||||
|
||||
class cmOutputRequiredFilesCommand : public cmCommand
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user