aboutsummaryrefslogtreecommitdiff
path: root/compile_commands.json
blob: 4dde6f671643002378b0f2ec1d6a5d1860996cb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[
  {
    "directory": "/home/fish/work/projects/public/mterm",
    "command": "/usr/bin/gcc",
    "arguments": [
      "-O2",
      "-Wall",
      "-pthread",
      "-I/usr/local/include/vte-2.91",
      "-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/cairo",
      "-I/usr/include/libdrm",
      "-I/usr/include/pango-1.0",
      "-I/usr/include/harfbuzz",
      "-I/usr/include/pango-1.0",
      "-I/usr/include/fribidi",
      "-I/usr/include/atk-1.0",
      "-I/usr/include/cairo",
      "-I/usr/include/pixman-1",
      "-I/usr/include/freetype2",
      "-I/usr/include/libpng16",
      "-I/usr/include/gdk-pixbuf-2.0",
      "-I/usr/include/gio-unix-2.0",
      "-I/usr/include/libmount",
      "-I/usr/include/blkid",
      "-I/usr/include/uuid",
      "-I/usr/include/glib-2.0",
      "-I/usr/lib/x86_64-linux-gnu/glib-2.0/include",
      "-I/usr/include/p11-kit-1",
      "-L/usr/local/lib",
      "-lvte-2.91",
      "-lgtk-3",
      "-lgdk-3",
      "-lpangocairo-1.0",
      "-lpango-1.0",
      "-latk-1.0",
      "-lcairo-gobject",
      "-lcairo",
      "-lgdk_pixbuf-2.0",
      "-lgio-2.0",
      "-lgobject-2.0",
      "-lglib-2.0",
      "-lz",
      "-lpcre2-8",
      "-lgnutls"
    ],
    "file": "term.c config.h",
    "output": "mterm"
  }
]