neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

BuildUTF8proc.cmake (193B)


      1 get_externalproject_options(utf8proc ${DEPS_IGNORE_SHA})
      2 ExternalProject_Add(utf8proc
      3  DOWNLOAD_DIR ${DEPS_DOWNLOAD_DIR}/utf8proc
      4  CMAKE_ARGS ${DEPS_CMAKE_ARGS}
      5  ${EXTERNALPROJECT_OPTIONS})