-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.dir-locals.el
24 lines (24 loc) · 1.62 KB
/
.dir-locals.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
((c-mode . ((eval . (let ((gtk-args '("-I/usr/include/gtk-3.0"
"-I/usr/include/at-spi2-atk/2.0"
"-I/usr/include/at-spi-2.0"
"-I/usr/include/dbus-1.0"
"-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include"
"-I/usr/include/gtk-3.0"
"-I/usr/include/gio-unix-2.0/"
"-I/usr/include/mirclient"
"-I/usr/include/mircommon"
"-I/usr/include/cairo"
"-I/usr/include/pango-1.0"
"-I/usr/include/harfbuzz"
"-I/usr/include/pango-1.0"
"-I/usr/include/atk-1.0"
"-I/usr/include/cairo"
"-I/usr/include/pixman-1"
"-I/usr/include/freetype2"
"-I/usr/include/libpng12"
"-I/usr/include/gdk-pixbuf-2.0"
"-I/usr/include/libpng12"
"-I/usr/include/glib-2.0"
"-I/usr/lib/x86_64-linux-gnu/glib-2.0/include")))
(setq company-clang-arguments (append company-clang-arguments gtk-args)
flycheck-clang-args (append flycheck-clang-args gtk-args)))))))