neovim/cmake.config
Gregory Anders bb377afd32
build: use custom command to create single versiondef (#22290)
When using a multi config generator, CMake generates an output file for
each configuration when using file(GENERATE). When the contents of the
file for each configuration are different, CMake fails. Instead, create
separate files for each configuration and add a build time step to copy
the configuration specific file to the generic path "auto/versiondef.h"
which is included at build time.
2023-02-16 21:52:41 +01:00
..
iwyu refactor: fix IWYU mapping file and use IWYU (#21802) 2023-01-15 14:16:33 +01:00
CMakeLists.txt build: use custom command to create single versiondef (#22290) 2023-02-16 21:52:41 +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.h.in build: unbreak building neovim with multi-config generators (#22104) 2023-02-03 10:53:57 +01:00