Daniel Hahler
81b19df5f2
cmake/GetCompileFlags: include CMAKE_C_COMPILER_ARG1 ( #11091 )
...
This is used internally (e.g. on Travis) for 32-bit builds (`-m32`).
2019-09-25 00:09:23 +02:00
Daniel Hahler
8db62ac57d
build: cmake: GetCompileFlags: include CMAKE_C_FLAGS ( #10957 )
...
Calls `GetCompileFlags` from `src/nvim` directory, to include
`--coverage` (and any others).
2019-09-06 20:36:05 +02:00
Daniel Hahler
28219534eb
get_compile_flags: also look at target properties
2019-08-15 19:42:46 +02:00
Daniel Hahler
eb2509aef9
build: fix GetCompileFlags for CMake #10444
...
Ref: https://github.com/neovim/neovim/pull/10363#issuecomment-508916959
2019-07-07 13:01:38 +02:00
Daniel Hahler
c207095445
build: CMake: do not set CMP0059 to old ( #10363 )
...
Keeps using add_definitions for compatibility with older CMake.
Newer CMake (3.12) would have `add_compile_definitions`, but it is not
required, since `add_defitions` was meant to be used for
compile/preprocessor definitions initially anyway.
Ref: https://github.com/neovim/neovim/pull/4389
2019-06-29 20:37:48 +02:00
Justin M. Keyes
674cb2afde
cmake/GetCompileFlags: remove duplicate include dirs
...
Reduces noise in :version message.
2018-02-14 09:57:58 +01:00
Florian Walch
176930fa56
version: Add compilation info.
2014-11-09 18:34:57 +01:00