mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Separate compilation for commands included in cmCommands
This commit is contained in:
@@ -3,7 +3,14 @@
|
||||
#ifndef cmUtilitySourceCommand_h
|
||||
#define cmUtilitySourceCommand_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "cmCommand.h"
|
||||
#include "cmTypeMacro.h"
|
||||
|
||||
class cmExecutionStatus;
|
||||
|
||||
class cmUtilitySourceCommand : public cmCommand
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user