neovim/cmake.config
dundargoc 964ae205a5
build: unbreak building neovim with multi-config generators (#22104)
file(GENERATE) has surprising behavior as it doesn't allow different
file contents for configurations with the same file name. This results
in an error when building neovim with a multi-config generator. Use a
workaround for now where we set the build type for multi-config
generators to "Unknown".
2023-02-03 10:53:57 +01:00
..
iwyu refactor: fix IWYU mapping file and use IWYU (#21802) 2023-01-15 14:16:33 +01:00
CMakeLists.txt build: unbreak building neovim with multi-config generators (#22104) 2023-02-03 10:53:57 +01:00
config.h.in refactor!: remove has("debug") (#22060) 2023-01-30 19:06:32 +01:00
pathdef.c.in refactor: replace char_u with char 25 (#21838) 2023-01-19 22:25:56 +08:00
versiondef-multi.h.in build: unbreak building neovim with multi-config generators (#22104) 2023-02-03 10:53:57 +01:00
versiondef.h.in build: unbreak building neovim with multi-config generators (#22104) 2023-02-03 10:53:57 +01:00