mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
cmGeneratorExpression: Tokenize over strings
This commit is contained in:
@@ -43,7 +43,7 @@ class cmGeneratorExpressionLexer
|
||||
public:
|
||||
cmGeneratorExpressionLexer();
|
||||
|
||||
std::vector<cmGeneratorExpressionToken> Tokenize(const char *input);
|
||||
std::vector<cmGeneratorExpressionToken> Tokenize(const std::string& input);
|
||||
|
||||
bool GetSawGeneratorExpression() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user