aboutsummaryrefslogtreecommitdiff
path: root/.ycm_extra_conf.py
diff options
context:
space:
mode:
authorDominic Hamon <dominic+github@google.com>2014-01-16 09:12:59 -0800
committerDominic Hamon <dominic+github@google.com>2014-01-16 09:12:59 -0800
commit076f0df7fc4572982a3983c5dfd289d844a2fa0e (patch)
treee8212bec4de3ec088d4105d36a83646d3c35c96b /.ycm_extra_conf.py
parentd098d4c12e8dcabce8ce6cb5a71caf41c9147ce0 (diff)
downloadgoogle-benchmark-076f0df7fc4572982a3983c5dfd289d844a2fa0e.tar.gz
Better include path for YCM users
Diffstat (limited to '.ycm_extra_conf.py')
-rw-r--r--.ycm_extra_conf.py12
1 files changed, 4 insertions, 8 deletions
diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py
index 5af040a..8619435 100644
--- a/.ycm_extra_conf.py
+++ b/.ycm_extra_conf.py
@@ -16,14 +16,10 @@ flags = [
# language that the files to be compiled are written in. This is mostly
# relevant for c++ headers.
# For a C project, you would set this to 'c' instead of 'c++'.
-'-x',
-'c++',
-'-I',
-'.',
-'-isystem',
-'/usr/include',
-'-isystem',
-'/usr/local/include',
+'-x', 'c++',
+'-I', 'include',
+'-isystem', '/usr/include',
+'-isystem', '/usr/local/include',
]