diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-18 12:50:32 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-18 13:29:17 (GMT) |
commit | 0d9555779d7bd2a8d068f5b9af431bcf9673453a (patch) | |
tree | 99b8d63b6a60cbda6e957acc1d6842b31ac5ad23 /Source/cmMakefile.h | |
parent | 846608f2678b4bced696857b5ca45e11bc86aa2c (diff) | |
download | CMake-0d9555779d7bd2a8d068f5b9af431bcf9673453a.zip CMake-0d9555779d7bd2a8d068f5b9af431bcf9673453a.tar.gz CMake-0d9555779d7bd2a8d068f5b9af431bcf9673453a.tar.bz2 |
cmMakefile: Delegate ListFile reading to internal method.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 3d925fa..88faed9 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -991,6 +991,12 @@ protected: private: void Initialize(); + + bool ReadListFileInternal(const char* filename_in, + const char* external_in, + bool noPolicyScope, + bool requireProjectCommand); + bool ParseDefineFlag(std::string const& definition, bool remove); bool EnforceUniqueDir(const std::string& srcPath, |