summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@gmail.com>2020-02-27 19:20:22 (GMT)
committerBrad King <brad.king@kitware.com>2020-03-03 13:42:13 (GMT)
commit598b676b5e77540b366b01b3c10154c2a633d23c (patch)
treeeb3aaea48e3c1743835a74be111ca64ee4a9a4e5 /Source/cmMakefile.h
parentc58b9c5ab94d674c76a17e6154f05e0e8c5c37d1 (diff)
downloadCMake-598b676b5e77540b366b01b3c10154c2a633d23c.zip
CMake-598b676b5e77540b366b01b3c10154c2a633d23c.tar.gz
CMake-598b676b5e77540b366b01b3c10154c2a633d23c.tar.bz2
cmake_command: Add command to EVAL a CMake script as a string
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index f1a68c2..9c6dca6 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -117,6 +117,9 @@ public:
bool ReadListFile(const std::string& filename);
+ bool ReadListFileAsString(const std::string& content,
+ const std::string& virtualFileName);
+
bool ReadDependentFile(const std::string& filename,
bool noPolicyScope = true);