neovim/cmake.config
dundargoc 404fdb0f36 build: cmake fixes
- add EXTERNALPROJECT_OPTIONS variable to main build
- use `REQUIRED` keyword for IWYU.
- remove check_c_compiler_flag checks when `ENABLE_COMPILER_SUGGESTIONS`
  is `ON`. If we explicitly enable it then we probably want it to give
  an error if it doesn't exist, rather than silently skip it.
- Move dependency interface libraries to their find module and use them
  as a pseudo-imported target.
- Remove BUSTED_OUTPUT_TYPE. It's not used and we can reintroduce it
  again if something similar is needed.
- Use LINK_OPTIONS intead of LINK_FLAGS when generating the `--version`
  output.
2023-12-16 21:06:28 +01:00
..
iwyu refactor: fix headers with IWYU 2023-11-28 22:23:56 +01:00
CMakeLists.txt build: cmake fixes 2023-12-16 21:06:28 +01:00
config.h.in
pathdef.c.in refactor: fix headers with IWYU 2023-11-28 22:23:56 +01:00
versiondef.h.in build: rework --version generation 2023-12-15 00:19:38 +01:00