mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
bb377afd32
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. |
||
---|---|---|
.. | ||
iwyu | ||
CMakeLists.txt | ||
config.h.in | ||
pathdef.c.in | ||
versiondef.h.in |