mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
build: include tree-sitter-c parser in bundled build
This commit is contained in:
@@ -546,6 +546,11 @@ else()
|
||||
endif()
|
||||
set_target_properties(nvim_runtime_deps PROPERTIES FOLDER deps)
|
||||
|
||||
file(COPY ${DEPS_PREFIX}/lib/nvim/parser DESTINATION ${PROJECT_BINARY_DIR}/lib/nvim/)
|
||||
install(DIRECTORY ${PROJECT_BINARY_DIR}/lib/nvim/
|
||||
DESTINATION ${CMAKE_INSTALL_LIBDIR}/nvim/
|
||||
USE_SOURCE_PERMISSIONS)
|
||||
|
||||
add_library(
|
||||
libnvim
|
||||
STATIC
|
||||
|
Reference in New Issue
Block a user