summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-18 12:50:32 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-04-18 13:29:17 (GMT)
commita2f2aeee2f4d4af1f25f4a5b86bacb8a81a7dec4 (patch)
treedd46c44fb1a2267149352ff1a95b09b72ce737f8 /Source/cmMakefile.h
parent68f791cd06983e8fd375edfba74a9d821231e269 (diff)
downloadCMake-a2f2aeee2f4d4af1f25f4a5b86bacb8a81a7dec4.zip
CMake-a2f2aeee2f4d4af1f25f4a5b86bacb8a81a7dec4.tar.gz
CMake-a2f2aeee2f4d4af1f25f4a5b86bacb8a81a7dec4.tar.bz2
cmMakefile: Add wrapper for reading listfiles which have an origin.
Such files are delegates from other files, and so they set the CMAKE_PARENT_LIST_FILE to the originator. They also may set a policy scope.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 33c4b20..3d925fa 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -90,6 +90,8 @@ public:
bool noPolicyScope = true,
bool requireProjectCommand = false);
+ bool ReadDependentFile(const char* listfile, bool noPolicyScope = true);
+
bool ProcessBuildsystemFile(const char* listfile);
/**