mirror of
https://github.com/google/benchmark.git
synced 2025-04-03 16:10:58 +08:00
Better include path for YCM users
This commit is contained in:
parent
d098d4c12e
commit
076f0df7fc
@ -16,14 +16,10 @@ flags = [
|
|||||||
# language that the files to be compiled are written in. This is mostly
|
# language that the files to be compiled are written in. This is mostly
|
||||||
# relevant for c++ headers.
|
# relevant for c++ headers.
|
||||||
# For a C project, you would set this to 'c' instead of 'c++'.
|
# For a C project, you would set this to 'c' instead of 'c++'.
|
||||||
'-x',
|
'-x', 'c++',
|
||||||
'c++',
|
'-I', 'include',
|
||||||
'-I',
|
'-isystem', '/usr/include',
|
||||||
'.',
|
'-isystem', '/usr/local/include',
|
||||||
'-isystem',
|
|
||||||
'/usr/include',
|
|
||||||
'-isystem',
|
|
||||||
'/usr/local/include',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user