mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
tree-sitter: initial tree-sitter support
This commit is contained in:
16
third-party/cmake/BuildUtf8proc.cmake
vendored
Normal file
16
third-party/cmake/BuildUtf8proc.cmake
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
ExternalProject_Add(utf8proc
|
||||
PREFIX ${DEPS_BUILD_DIR}
|
||||
URL ${UTF8PROC_URL}
|
||||
DOWNLOAD_DIR ${DEPS_DOWNLOAD_DIR}/utf8proc
|
||||
DOWNLOAD_COMMAND ${CMAKE_COMMAND}
|
||||
-DPREFIX=${DEPS_BUILD_DIR}
|
||||
-DDOWNLOAD_DIR=${DEPS_DOWNLOAD_DIR}/utf8proc
|
||||
-DURL=${UTF8PROC_URL}
|
||||
-DEXPECTED_SHA256=${UTF8PROC_SHA256}
|
||||
-DTARGET=utf8proc
|
||||
-DUSE_EXISTING_SRC_DIR=${USE_EXISTING_SRC_DIR}
|
||||
-P ${CMAKE_CURRENT_SOURCE_DIR}/cmake/DownloadAndExtractFile.cmake
|
||||
CONFIGURE_COMMAND true
|
||||
BUILD_COMMAND true
|
||||
INSTALL_COMMAND true
|
||||
)
|
||||
Reference in New Issue
Block a user