mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 13:45:15 -07:00
6 lines
193 B
CMake
6 lines
193 B
CMake
|
get_externalproject_options(utf8proc ${DEPS_IGNORE_SHA})
|
||
|
ExternalProject_Add(utf8proc
|
||
|
DOWNLOAD_DIR ${DEPS_DOWNLOAD_DIR}/utf8proc
|
||
|
CMAKE_ARGS ${DEPS_CMAKE_ARGS}
|
||
|
${EXTERNALPROJECT_OPTIONS})
|