mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 09:29:15 -05:00
Single location for cmProp typedef
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user