Single location for cmProp typedef

This commit is contained in:
Vitaly Stakhovsky
2020-05-30 12:00:00 -04:00
parent 67dd687657
commit b36d1bdd9d
61 changed files with 62 additions and 28 deletions
+1 -2
View File
@@ -11,14 +11,13 @@
#include "cmCustomCommand.h"
#include "cmListFileCache.h"
#include "cmProperty.h"
#include "cmPropertyMap.h"
#include "cmSourceFileLocation.h"
#include "cmSourceFileLocationKind.h"
class cmMakefile;
using cmProp = const std::string*;
/** \class cmSourceFile
* \brief Represent a class loaded from a makefile.
*