aboutsummaryrefslogtreecommitdiff
path: root/cmake.config/pathdef.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake.config/pathdef.h.in')
-rw-r--r--cmake.config/pathdef.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake.config/pathdef.h.in b/cmake.config/pathdef.h.in
new file mode 100644
index 0000000000..bc09549fb7
--- /dev/null
+++ b/cmake.config/pathdef.h.in
@@ -0,0 +1,3 @@
+char *default_vim_dir = "${CMAKE_INSTALL_FULL_DATAROOTDIR}/nvim";
+char *default_vimruntime_dir = "";
+char *default_lib_dir = "${CMAKE_INSTALL_FULL_LIBDIR}/nvim";