Design/build/.cmake/api/v1/reply/target-iterator-Debug-dbd57c70b4d9dd208214.json

108 lines
1.4 KiB
JSON
Raw Normal View History

2024-10-28 14:07:29 +08:00
{
"artifacts" :
[
{
"path" : "/Users/moye/code/Design/bin/Design/iterator"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable"
],
"files" :
[
"iterator/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,
1
]
}
],
"id" : "iterator::@29c4608fd8fff063f8ac",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
}
],
"language" : "CXX"
},
"name" : "iterator",
"nameOnDisk" : "iterator",
"paths" :
{
"build" : "iterator",
"source" : "iterator"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "iterator/main.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "iterator/Iterator.cpp",
"sourceGroupIndex" : 0
}
],
"type" : "EXECUTABLE"
}