testobuild/build/compile_commands.json

13 lines
840 B
JSON
Raw Normal View History

2020-04-17 15:27:05 +00:00
[
{
"directory": "C:/Users/MassiveAtoms/Desktop/test-build/build",
"command": "C:\\PROGRA~2\\MICROS~4\\2019\\COMMUN~1\\VC\\Tools\\Llvm\\bin\\CLANG_~1.EXE -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -std=gnu++17 -o CMakeFiles\\project.dir\\main.cpp.obj -c C:\\Users\\MassiveAtoms\\Desktop\\test-build\\main.cpp",
"file": "C:/Users/MassiveAtoms/Desktop/test-build/main.cpp"
},
{
"directory": "C:/Users/MassiveAtoms/Desktop/test-build/build",
"command": "C:\\PROGRA~2\\MICROS~4\\2019\\COMMUN~1\\VC\\Tools\\Llvm\\bin\\CLANG_~1.EXE -g -Xclang -gcodeview -O0 -D_DEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrtd -std=gnu++17 -o CMakeFiles\\test.dir\\test.cpp.obj -c C:\\Users\\MassiveAtoms\\Desktop\\test-build\\test.cpp",
"file": "C:/Users/MassiveAtoms/Desktop/test-build/test.cpp"
}
]