aboutsummaryrefslogtreecommitdiff
path: root/cmake.config/pathdef.c.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake.config/pathdef.c.in')
-rw-r--r--cmake.config/pathdef.c.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmake.config/pathdef.c.in b/cmake.config/pathdef.c.in
new file mode 100644
index 0000000000..6a8a2b205a
--- /dev/null
+++ b/cmake.config/pathdef.c.in
@@ -0,0 +1,8 @@
+// This is an open source non-commercial project. Dear PVS-Studio, please check
+// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
+#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";
+char_u *compiled_user = (char_u *)"${USERNAME}";
+char_u *compiled_sys = (char_u *)"${HOSTNAME}";