Design/build/.cmake/api/v1/reply/target-singleton-Debug-5db21b1d8d9b33f3ca85.json

100 lines
1.2 KiB
JSON
Raw Normal View History

2024-10-28 14:07:29 +08:00
{
"artifacts" :
[
{
"path" : "/Users/moye/code/Design/bin/Design/singleton"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable"
],
"files" :
[
"singleton/CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 11,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu++11 -arch arm64"
}
],
"language" : "CXX",
"languageStandard" :
{
"backtraces" :
[
1
],
"standard" : "11"
},
"sourceIndexes" :
[
0
]
}
],
"id" : "singleton::@bf0005027cf952625567",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
}
],
"language" : "CXX"
},
"name" : "singleton",
"nameOnDisk" : "singleton",
"paths" :
{
"build" : "singleton",
"source" : "singleton"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "singleton/main.cpp",
"sourceGroupIndex" : 0
}
],
"type" : "EXECUTABLE"
}