aboutsummaryrefslogtreecommitdiff
path: root/compile_commands.json
diff options
context:
space:
mode:
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json18
1 files changed, 13 insertions, 5 deletions
diff --git a/compile_commands.json b/compile_commands.json
index 6883a53..363e94b 100644
--- a/compile_commands.json
+++ b/compile_commands.json
@@ -8,15 +8,23 @@
"-fno-strict-aliasing",
"-fwrapv",
"-fms-extensions",
- "-I/usr/include/libdrm",
- "-I/usr/include/pixman-1",
+ "-I/usr/include/freetype2",
+ "-I/usr/include/libpng16",
+ "-I/usr/include/harfbuzz",
+ "-I/usr/include/glib-2.0",
+ "-I/usr/lib/glib-2.0/include",
+ "-I/usr/include/freetype2",
+ "-I/usr/include/libpng16",
+ "-I/usr/include/harfbuzz",
+ "-I/usr/include/glib-2.0",
+ "-I/usr/lib/glib-2.0/include",
"-I",
"include",
"-o",
- "build/cmd/dway/dway.o",
- "sys/cmd/dway/dway.c"
+ "build/libfont/test.o",
+ "sys/libfont/test.c"
],
"directory": "/home/nolln/root",
- "file": "sys/cmd/dway/dway.c"
+ "file": "sys/libfont/test.c"
}
] \ No newline at end of file