Skip to content

Commit 6ceea9c

Browse files
committed
Switch to the pegtl parse_tree
1 parent e1a5fd3 commit 6ceea9c

File tree

9 files changed

+1120
-1475
lines changed

9 files changed

+1120
-1475
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ endif()
2424

2525
find_package(pegtl CONFIG REQUIRED)
2626

27-
add_library(graphqlpeg SHARED GraphQLGrammar.cpp)
27+
add_library(graphqlpeg GraphQLGrammar.cpp)
2828
target_include_directories(graphqlpeg INTERFACE $<BUILD_INTERFACE:${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}> $<INSTALL_INTERFACE:include>)
2929
target_link_libraries(graphqlpeg taocpp::pegtl ${GRAPHQLPARSER})
3030

0 commit comments

Comments
 (0)