neovim/cmake.deps
Wei Tang 8f0b94b36d
build(deps): disable shared library for libvterm. (#20566)
build(deps): disable shared library for libvterm

Problem:
Cannot build both static and share libraries for libvterm under Windows.
The static and shared library would have the same name "vterm.lib", thus there would be multiple rules to build the same target.

Solution:
Disable shared library for libvterm.

This makes it possible to use Ninja on Windows to build dependencies (2x speedup!).
But not for Release builds yet.

Co-authored-by: Wei Tang <gauchyler@uestc.edu.cn>
2022-10-10 17:46:34 -07:00
..
cmake build(deps): disable shared library for libvterm. (#20566) 2022-10-10 17:46:34 -07:00
CMakeLists.txt build(deps): bump vimdoc parser to v1.2.0 #20557 2022-10-09 14:06:32 -07:00