We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ced41ed + 597e6b0 commit 5c08df2Copy full SHA for 5c08df2
CMakeLists.txt
@@ -52,7 +52,7 @@ macro(add_parser name)
52
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/bindings/c/tree-sitter-${name}.pc.in"
53
"${CMAKE_CURRENT_BINARY_DIR}/tree-sitter-${name}.pc" @ONLY)
54
55
- install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/bindings/c/tree-sitter-${name}.h"
+ install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/bindings/c/tree-sitter/tree-sitter-${name}.h"
56
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/tree_sitter")
57
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/tree-sitter-${name}.pc"
58
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
0 commit comments