mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
Merge topic 'cmGeneratorTarget-include-cmProperty'
e65e88fbce cmGeneratorTarget: fix misplaced header
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4864
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include "cmLinkItem.h"
|
||||
#include "cmListFileCache.h"
|
||||
#include "cmPolicies.h"
|
||||
#include "cmProperty.h"
|
||||
#include "cmStateTypes.h"
|
||||
|
||||
class cmComputeLinkInformation;
|
||||
@@ -31,8 +32,6 @@ class cmTarget;
|
||||
struct cmGeneratorExpressionContext;
|
||||
struct cmGeneratorExpressionDAGChecker;
|
||||
|
||||
#include "cmProperty.h"
|
||||
|
||||
class cmGeneratorTarget
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user