This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
Wotos-mpv/compile_commands.json

27 lines
586 B
JSON

[
{
"arguments": [
"/usr/bin/clang",
"-Wall",
"-pedantic",
"-Wno-gnu-statement-expression",
"-Ilib/cglm/include",
"-Ilib/glad/include",
"-Ilib/glfw/include",
"-Ilib/stb",
"-Iinclude/",
"-I/usr/include/freetype2",
"-I/usr/include/stb",
"-Ilib",
"-I/usr/local/include",
"-c",
"-o",
"build/main.o",
"src/main.c"
],
"directory": "/home/steaky/git/wotos-mpv",
"file": "/home/steaky/git/wotos-mpv/src/main.c",
"output": "/home/steaky/git/wotos-mpv/build/main.o"
}
]