MCPcopy Create free account
hub / github.com/Kitware/CMake / CreateListFileFunctions

Method CreateListFileFunctions

Tests/CMakeLib/testDebugger.h:75–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 Debugger->bind(client2server, server2client);
74 }
75 std::vector<cmListFileFunction> CreateListFileFunctions(char const* str,
76 char const* filename)
77 {
78 cmMessenger messenger;
79 cmListFileBacktrace backtrace;
80 cmListFile listfile;
81 listfile.ParseString(str, filename, &messenger, backtrace);
82 return listfile.Functions;
83 }
84};
85
86class ScopedThread

Calls 1

ParseStringMethod · 0.45

Tested by

no test coverage detected