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,7 +3,16 @@
|
||||
#ifndef cmTargetSourcesCommand_h
|
||||
#define cmTargetSourcesCommand_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "cmTargetPropCommandBase.h"
|
||||
#include "cmTypeMacro.h"
|
||||
|
||||
class cmCommand;
|
||||
class cmExecutionStatus;
|
||||
class cmTarget;
|
||||
|
||||
class cmTargetSourcesCommand : public cmTargetPropCommandBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user