Skip to content

Commit 5c08df2

Browse files
authored
Merge branch 'split_parser' into fix-make-install
2 parents ced41ed + 597e6b0 commit 5c08df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ macro(add_parser name)
5252
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/bindings/c/tree-sitter-${name}.pc.in"
5353
"${CMAKE_CURRENT_BINARY_DIR}/tree-sitter-${name}.pc" @ONLY)
5454

55-
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/bindings/c/tree-sitter-${name}.h"
55+
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/bindings/c/tree-sitter/tree-sitter-${name}.h"
5656
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/tree_sitter")
5757
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/tree-sitter-${name}.pc"
5858
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")

0 commit comments

Comments
 (0)