mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Add src/ directory to .ycm_extra_conf.py
This commit is contained in:
parent
93fb746992
commit
4003d89f2e
@ -4,6 +4,7 @@ def FlagsForFile( filename, **kwargs ):
|
|||||||
'-xc++',
|
'-xc++',
|
||||||
'-std=c++11',
|
'-std=c++11',
|
||||||
'-DLOGURU_WITH_STREAMS=1',
|
'-DLOGURU_WITH_STREAMS=1',
|
||||||
|
'-Isrc/',
|
||||||
'-Ithird_party/',
|
'-Ithird_party/',
|
||||||
'-Ithird_party/doctest',
|
'-Ithird_party/doctest',
|
||||||
'-Ithird_party/rapidjson/include',
|
'-Ithird_party/rapidjson/include',
|
||||||
|
Loading…
Reference in New Issue
Block a user