From 71398cbc34522a31131c3d4b90402fbf2017e4b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Wed, 14 Oct 2015 21:53:39 +0200 Subject: [PATCH] YCM config update (vim plugin) --- .ycm_extra_conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py index b485704247..e335358d5d 100644 --- a/.ycm_extra_conf.py +++ b/.ycm_extra_conf.py @@ -41,6 +41,8 @@ flags = [ '-fexceptions', '-DNDEBUG', '-Iext/native', +'-Iext/native/ext', +'-Iext/native/ext/glew', '-ICommon', # THIS IS IMPORTANT! Without a "-std=" flag, clang won't know which # language to use when compiling headers. So it will guess. Badly. So C++