mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
353a4be7e8
We already have an extensive suite of static analysis tools we use, which causes a fair bit of redundancy as we get duplicate warnings. PVS is also prone to give false warnings which creates a lot of work to identify and disable.
5 lines
210 B
C
5 lines
210 B
C
#include "${PROJECT_SOURCE_DIR}/src/nvim/vim.h"
|
|
char *default_vim_dir = "${CMAKE_INSTALL_FULL_DATAROOTDIR}/nvim";
|
|
char *default_vimruntime_dir = "";
|
|
char *default_lib_dir = "${CMAKE_INSTALL_FULL_LIBDIR}/nvim";
|