mirror of
https://github.com/mrfluffy-dev/fsorter.git
synced 2026-01-17 02:50:33 +00:00
initial commit
This commit is contained in:
16
compile_commands.json
Normal file
16
compile_commands.json
Normal file
@@ -0,0 +1,16 @@
|
||||
[
|
||||
{
|
||||
"arguments": [
|
||||
"/usr/bin/g++",
|
||||
"-c",
|
||||
"--target=x86_64-pc-linux-gnu",
|
||||
"-m64",
|
||||
"-std=gnu++20",
|
||||
"-x",
|
||||
"c++",
|
||||
"/home/mrfluffy/Documents/C++/fsorter/main.cpp"
|
||||
],
|
||||
"directory": "/home/mrfluffy/Documents/C++/fsorter",
|
||||
"file": "/home/mrfluffy/Documents/C++/fsorter/main.cpp"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user