aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_editor.lua
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-01-10 18:49:57 +0100
committerGitHub <noreply@github.com>2023-01-10 18:49:57 +0100
commit438b4361cc761a2950689668f008cfe06c1510f7 (patch)
treeb950de8e32fa68e35d8287ac4cafe12754094bf8 /runtime/lua/vim/_editor.lua
parent9b1112cf48238260b170b8763b18a02a58159c2a (diff)
downloadrneovim-438b4361cc761a2950689668f008cfe06c1510f7.tar.gz
rneovim-438b4361cc761a2950689668f008cfe06c1510f7.tar.bz2
rneovim-438b4361cc761a2950689668f008cfe06c1510f7.zip
build: use modern cmake (#21589)
Replace old-school cmake with the so-called "Modern CMake", meaning preferring using targets and properties over directory settings and variables. This allows greater flexibility, robustness and clarity over how the code works. The following deprecated commands will be replaced with their modern alternatives that operates on a specific target, rather than all targets in the current directory: - add_compile_options -> target_compile_options - include_directories -> target_include_directories - link_libraries -> target_link_libraries - add_definitions -> target_compile_definitions There are mainly four main targets that we currently use: nvim, libnvim, nvim-test (used by unittests) and ${texe} (used by check-single-includes). The goal is to explicitly define the dependencies of each target fully, rather than having everything be dependent on everything else.
Diffstat (limited to 'runtime/lua/vim/_editor.lua')
0 files changed, 0 insertions, 0 deletions