neovim/cmake.deps
dundargoc 9909668111
build: create a text file for specifying dependency information
The cmake.deps build will read this file and set the left part of the
text as the variable name and the right part as the variable value. The
benefit of doing this is that it becomes much easier to parse which
dependencies are required, as well as to bump dependencies with
scripts/bump_deps.lua.

Adjust bump_deps.lua script to work with this new format.
2023-05-03 00:31:07 +02:00
..
cmake refactor(build): include lpeg as a library 2023-04-27 11:40:00 +02:00
CMakeLists.txt build: create a text file for specifying dependency information 2023-05-03 00:31:07 +02:00
CMakePresets.json build: add CMakePresets for deps build to reduce verbosity 2023-04-29 01:48:36 +02:00
deps.txt build: create a text file for specifying dependency information 2023-05-03 00:31:07 +02:00