neovim/cmake
bfredl 30632dd21a refactor(build): make installation of runtime/ more effective
Currently files to install in runtime/ is detected by recursive glob
pattern which has two problems:

- cmake needs to do a of work at config time and
  build/runtime/cmake_install.cmake becomes HUGE (2.5MB, biggest config file)
- we need to explicitly specify each file suffix used in the entire
  runtime, which is duplication of information.

These globs specify every single file in a subdirectory.
Thus, we can just install every runtime/ subdirectory as a single
install command. Furthermore, at the top-level, only .vim and .lua files
need to be installed.

Further possible refactor: we could move files which does not belong
in $PREFIX/runtime out of $REPO/runtime. Then runtime could be installed
with a single install_helper(DIRECTORY ...) command.
2023-03-07 20:16:52 +01:00
..
CheckUncrustifyVersion.cmake
ConvertPo.cmake
FindIconv.cmake build: cmake cleanup (#22251) 2023-03-02 22:50:43 +01:00
FindLibintl.cmake build: cmake cleanup (#22251) 2023-03-02 22:50:43 +01:00
FindLibluv.cmake build: remove workaround for incorrectly packaged libluv 2023-03-05 21:13:28 +01:00
FindLibtermkey.cmake build: cmake cleanup (#22251) 2023-03-02 22:50:43 +01:00
FindLibuv.cmake build: cmake cleanup (#22251) 2023-03-02 22:50:43 +01:00
FindLibvterm.cmake build: cmake cleanup (#22251) 2023-03-02 22:50:43 +01:00
FindLuajit.cmake build: cmake cleanup (#22251) 2023-03-02 22:50:43 +01:00
FindMsgpack.cmake build(deps): bump msgpack-c to v6.0.0 (#22522) 2023-03-04 17:26:24 +01:00
FindTreesitter.cmake refactor(build): graduate libtreesitter features which are 1+ years old 2023-03-03 14:25:20 +01:00
FindUnibilium.cmake refactor(build): graduate unibilium VAR_FROM feature from 2017 2023-03-03 14:26:11 +01:00
Format.cmake
GenerateVersion.cmake build: silence git describe error output 2023-03-05 18:50:25 +01:00
InstallHelpers.cmake refactor(build): make installation of runtime/ more effective 2023-03-07 20:16:52 +01:00
LuaHelpers.cmake
PreventInTreeBuilds.cmake
RunTests.cmake
UninstallHelper.cmake
Util.cmake
WindowsDllCopy.cmake