mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-20 23:08:34 -05:00
Single location for cmProp typedef
This commit is contained in:
@@ -5,12 +5,11 @@
|
||||
#include "cmExecutionStatus.h"
|
||||
#include "cmGlobalGenerator.h"
|
||||
#include "cmMakefile.h"
|
||||
#include "cmProperty.h"
|
||||
#include "cmStateTypes.h"
|
||||
#include "cmTarget.h"
|
||||
#include "cmake.h"
|
||||
|
||||
using cmProp = const std::string*;
|
||||
|
||||
cmTargetPropCommandBase::cmTargetPropCommandBase(cmExecutionStatus& status)
|
||||
: Makefile(&status.GetMakefile())
|
||||
, Status(status)
|
||||
|
||||
Reference in New Issue
Block a user