mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
8 lines
243 B
CMake
8 lines
243 B
CMake
ExternalProject_Add(unibilium
|
|
URL ${UNIBILIUM_URL}
|
|
URL_HASH SHA256=${UNIBILIUM_SHA256}
|
|
DOWNLOAD_DIR ${DEPS_DOWNLOAD_DIR}/unibilium
|
|
CMAKE_ARGS ${DEPS_CMAKE_ARGS}
|
|
CMAKE_CACHE_ARGS ${DEPS_CMAKE_CACHE_ARGS}
|
|
${EXTERNALPROJECT_OPTIONS})
|