Skip to content

Commit 2d16afc

Browse files
committed
Include generated headers in list of headers to install.
Fixes #26.
1 parent aacb986 commit 2d16afc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ INSTALL(DIRECTORY c ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}/c DE
8282
PATTERN "build" EXCLUDE)
8383

8484
INSTALL(FILES
85+
Ast.h
8586
AstNode.h
87+
AstVisitor.h
8688
GraphQLParser.h
8789
JsonVisitor.h
8890
lexer.h

0 commit comments

Comments
 (0)