summaryrefslogtreecommitdiff
path: root/Source/cmListFileCache.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-10-10 08:56:36 -0400
committerBrad King <brad.king@kitware.com>2018-10-17 14:20:34 -0400
commite022e2d8734ffbc0378b75d85b32a2524302dd50 (patch)
treeef0d8193841b8c71a2f9631c7c9ace3b01c87456 /Source/cmListFileCache.h
parentf1dd0eeaaf264ebb35b048f423c66296e6967d16 (diff)
downloadcmake-e022e2d8734ffbc0378b75d85b32a2524302dd50.tar.gz
cmListFileCache: Add ExpandListWithBacktrace helper
Diffstat (limited to 'Source/cmListFileCache.h')
-rw-r--r--Source/cmListFileCache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h
index 9f16b1667f..7c2802e15e 100644
--- a/Source/cmListFileCache.h
+++ b/Source/cmListFileCache.h
@@ -198,6 +198,9 @@ public:
std::ostream& operator<<(std::ostream& os, BT<std::string> const& s);
+std::vector<BT<std::string>> ExpandListWithBacktrace(
+ const char* list, cmListFileBacktrace const& bt = cmListFileBacktrace());
+
struct cmListFile
{
bool ParseFile(const char* path, cmMessenger* messenger,