neovim/third-party
Thomas Fehér 50db0312f9 build: ensure static jemalloc. #3970
Otherwise the dynamic library is built also and find_library will prefer
that over the static one. That results in linking against the dynamic
library which will not be found after install.

This code:
  8b3c399b6d/third-party/CMakeLists.txt (L130)
should prevent the above problem, but it doesn't hurt to be explicit.
2016-01-09 12:23:02 -05:00
..
cmake build: ensure static jemalloc. #3970 2016-01-09 12:23:02 -05:00
CMakeLists.txt build: use our mirror of LuaJIT-2.0.4.tar.gz 2015-12-30 23:40:04 -05:00
README.md Revamp the build system. 2014-03-21 15:22:00 -04:00

Third party dependencies for neovim

This directory contains the recipes to build any third party dependencies for neovim which, for one reason or another, we cannot rely on the system to supply.

Most of the details are captured in the CMakeLists.txt, but we have a dedicated directory in case any of the dependencies requires patching and other support.