cmake_command: Add command to EVAL a CMake script as a string

This commit is contained in:
Cristian Adam
2020-02-27 20:20:22 +01:00
committed by Brad King
parent c58b9c5ab9
commit 598b676b5e
24 changed files with 183 additions and 37 deletions

View File

@@ -184,6 +184,9 @@ struct cmListFile
bool ParseFile(const char* path, cmMessenger* messenger,
cmListFileBacktrace const& lfbt);
bool ParseString(const char* str, const char* virtual_filename,
cmMessenger* messenger, cmListFileBacktrace const& lfbt);
std::vector<cmListFileFunction> Functions;
};