Skip to content

Commit 9025671

Browse files
committed
tidy up bison/flex generation and use flex 2.6.2
1 parent 0479908 commit 9025671

File tree

3 files changed

+191
-212
lines changed

3 files changed

+191
-212
lines changed

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ ADD_LIBRARY(graphqlparser SHARED
4444
c/GraphQLAstVisitor.h
4545
c/GraphQLAstVisitor.cpp
4646
c/GraphQLParser.cpp
47-
parser.tab.hpp
48-
parser.tab.cpp
49-
lexer.cpp
47+
${BISON_graphqlparser_OUTPUTS}
48+
${FLEX_GraphQLScanner_OUTPUTS}
5049
lexer.h
5150
GraphQLParser.cpp)
5251

0 commit comments

Comments
 (0)