aboutsummaryrefslogtreecommitdiffstats
path: root/clox/compile_commands.json
blob: f140701564f4cfcaa32fd6ca3584ca2a1e04c29d (plain)
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[
  {
    "arguments": [
      "/gnu/store/qwhrv8glpw1qk8q1krhdkz6yqr93ac32-gcc-11.1.0/bin/gcc",
      "-o",
      "CMakeFiles/Lox.dir/chunk.c.o",
      "-c",
      "/home/chelys/projects/study/craftinginterpreters/clox/src/chunk.c",
      "-I",
      "/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include",
      "-I",
      "/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include/c++",
      "-I",
      "/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include"
    ],
    "directory": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src",
    "file": "/home/chelys/projects/study/craftinginterpreters/clox/src/chunk.c",
    "output": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src/CMakeFiles/Lox.dir/chunk.c.o"
  },
  {
    "arguments": [
      "/gnu/store/qwhrv8glpw1qk8q1krhdkz6yqr93ac32-gcc-11.1.0/bin/gcc",
      "-o",
      "CMakeFiles/Lox.dir/memory.c.o",
      "-c",
      "/home/chelys/projects/study/craftinginterpreters/clox/src/memory.c",
      "-I",
      "/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include",
      "-I",
      "/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include/c++",
      "-I",
      "/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include"
    ],
    "directory": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src",
    "file": "/home/chelys/projects/study/craftinginterpreters/clox/src/memory.c",
    "output": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src/CMakeFiles/Lox.dir/memory.c.o"
  },
  {
    "arguments": [
      "/gnu/store/qwhrv8glpw1qk8q1krhdkz6yqr93ac32-gcc-11.1.0/bin/gcc",
      "-o",
      "CMakeFiles/Lox.dir/debug.c.o",
      "-c",
      "/home/chelys/projects/study/craftinginterpreters/clox/src/debug.c",
      "-I",
      "/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include",
      "-I",
      "/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include/c++",
      "-I",
      "/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include"
    ],
    "directory": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src",
    "file": "/home/chelys/projects/study/craftinginterpreters/clox/src/debug.c",
    "output": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src/CMakeFiles/Lox.dir/debug.c.o"
  },
  {
    "arguments": [
      "/gnu/store/qwhrv8glpw1qk8q1krhdkz6yqr93ac32-gcc-11.1.0/bin/gcc",
      "-o",
      "CMakeFiles/Lox.dir/value.c.o",
      "-c",
      "/home/chelys/projects/study/craftinginterpreters/clox/src/value.c",
      "-I",
      "/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include",
      "-I",
      "/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include/c++",
      "-I",
      "/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include"
    ],
    "directory": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src",
    "file": "/home/chelys/projects/study/craftinginterpreters/clox/src/value.c",
    "output": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src/CMakeFiles/Lox.dir/value.c.o"
  },
  {
    "arguments": [
      "/gnu/store/qwhrv8glpw1qk8q1krhdkz6yqr93ac32-gcc-11.1.0/bin/gcc",
      "-o",
      "CMakeFiles/Lox.dir/main.c.o",
      "-c",
      "/home/chelys/projects/study/craftinginterpreters/clox/src/main.c",
      "-I",
      "/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include",
      "-I",
      "/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include/c++",
      "-I",
      "/gnu/store/aj7v07smsn9wc5sk4yir3abzcya1rgbb-profile/include"
    ],
    "directory": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src",
    "file": "/home/chelys/projects/study/craftinginterpreters/clox/src/main.c",
    "output": "/home/chelys/projects/study/craftinginterpreters/clox/_build/src/CMakeFiles/Lox.dir/main.c.o"
  }
]