neovim/cmake.deps/cmake
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
..
BuildGettext.cmake build(deps): restore support for USE_EXISTING_SRC_DIR (#20491) 2022-10-06 15:14:38 +02:00
BuildLibiconv.cmake build(deps): restore support for USE_EXISTING_SRC_DIR (#20491) 2022-10-06 15:14:38 +02:00
BuildLibtermkey.cmake build(deps): restore support for USE_EXISTING_SRC_DIR (#20491) 2022-10-06 15:14:38 +02:00
BuildLibuv.cmake build(deps): add build type for libuv (#20575) 2022-10-10 17:51:10 +02:00
BuildLibvterm.cmake build(deps): restore support for USE_EXISTING_SRC_DIR (#20491) 2022-10-06 15:14:38 +02:00
BuildLua.cmake build(deps): restore support for USE_EXISTING_SRC_DIR (#20491) 2022-10-06 15:14:38 +02:00
BuildLuajit.cmake build(deps): restore support for USE_EXISTING_SRC_DIR (#20491) 2022-10-06 15:14:38 +02:00
BuildLuarocks.cmake build(deps): restore support for USE_EXISTING_SRC_DIR (#20491) 2022-10-06 15:14:38 +02:00
BuildLuv.cmake build(deps): restore support for USE_EXISTING_SRC_DIR (#20491) 2022-10-06 15:14:38 +02:00
BuildMsgpack.cmake build(deps): restore support for USE_EXISTING_SRC_DIR (#20491) 2022-10-06 15:14:38 +02:00
BuildTreesitter.cmake build(deps): restore support for USE_EXISTING_SRC_DIR (#20491) 2022-10-06 15:14:38 +02:00
BuildTreesitterParsers.cmake build(deps): restore support for USE_EXISTING_SRC_DIR (#20491) 2022-10-06 15:14:38 +02:00
BuildUnibilium.cmake build(deps): restore support for USE_EXISTING_SRC_DIR (#20491) 2022-10-06 15:14:38 +02:00
CopyFilesGlob.cmake build: rename build-related dirs 2022-06-28 04:02:29 -07:00
GetBinaryDeps.cmake build(deps): restore support for USE_EXISTING_SRC_DIR (#20491) 2022-10-06 15:14:38 +02:00
GettextCMakeLists.txt build: bump minimum cmake version for all dependencies to 3.10 2022-08-13 21:22:07 +02:00
LibiconvCMakeLists.txt build: bump minimum cmake version for all dependencies to 3.10 2022-08-13 21:22:07 +02:00
libtermkeyCMakeLists.txt build: bump minimum cmake version for all dependencies to 3.10 2022-08-13 21:22:07 +02:00
Libvterm-tbl2inc_c.cmake build: bump minimum CMake version in cmake.deps 2022-07-19 07:02:51 -04:00
LibvtermCMakeLists.txt build(deps): disable shared library for libvterm. (#20566) 2022-10-10 17:46:34 -07:00
RemoveFiles.cmake build: rename build-related dirs 2022-06-28 04:02:29 -07:00
TreesitterCMakeLists.txt build: bump minimum cmake version for all dependencies to 3.10 2022-08-13 21:22:07 +02:00
TreesitterParserCMakeLists.txt build(treesitter): set CMAKE_C_STANDARD to C99 2022-09-07 06:33:58 +09:00
UnibiliumCMakeLists.txt build: bump minimum cmake version for all dependencies to 3.10 2022-08-13 21:22:07 +02:00