simple-synth-c/compile_commands.json

9 lines
337 B
JSON

[
{
"directory": "D:/dev/simple-synth-in-C",
"command": "clang -Qunused-arguments -g -o build/app.exe -I raygui -I raylib/include src/main.cpp -Lraylib/lib -lraylib -lwinmm -lgdi32 -lkernel32 -lmsvcrt -lshell32 -luser32 -Xlinker /NODEFAULTLIB:libcmt",
"file": "D:/dev/simple-synth-in-C/src/main.cpp"
}
]