mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
Single location for cmProp typedef
This commit is contained in:
@@ -8,14 +8,13 @@
|
||||
#include <string>
|
||||
|
||||
#include "cmListFileCache.h"
|
||||
#include "cmProperty.h"
|
||||
#include "cmStateTypes.h"
|
||||
#include "cmStringAlgorithms.h"
|
||||
#include "cmSystemTools.h"
|
||||
|
||||
class cmMessenger;
|
||||
|
||||
using cmProp = const std::string*;
|
||||
|
||||
class cmTargetPropertyComputer
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user