Skip to content

Commit ea52962

Browse files
committed
unbreak CMakeLists.txt
1 parent 826b196 commit ea52962

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CMakeLists.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ ADD_LIBRARY(graphqlparser SHARED
4444
c/GraphQLAstVisitor.h
4545
c/GraphQLAstVisitor.cpp
4646
c/GraphQLParser.cpp
47-
${BISON_graphqlparser_OUTPUTS}
48-
${FLEX_GraphQLScanner_OUTPUTS}
47+
parser.tab.cpp
48+
parser.tab.hpp
49+
lexer.cpp
4950
lexer.h
5051
GraphQLParser.cpp)
5152

0 commit comments

Comments
 (0)