budget/cmake-build-release/.cmake/api/v1/reply/target-budget-Release-67197413521c52a81f46.json

292 lines
4.2 KiB
JSON

{
"artifacts" :
[
{
"path" : "budget"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"install",
"target_link_libraries",
"add_definitions"
],
"files" :
[
"CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 34,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 36,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 42,
"parent" : 0
},
{
"command" : 3,
"file" : 0,
"line" : 33,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-O3 -DNDEBUG"
},
{
"fragment" : "-std=gnu++20"
}
],
"defines" :
[
{
"backtrace" : 4,
"define" : "PRODUCTION=true"
}
],
"language" : "CXX",
"languageStandard" :
{
"backtraces" :
[
1
],
"standard" : "20"
},
"sourceIndexes" :
[
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
],
"id" : "budget::@6890427a1f51a3e7e1df",
"install" :
{
"destinations" :
[
{
"backtrace" : 2,
"path" : "bin"
}
],
"prefix" :
{
"path" : "/usr/local"
}
},
"link" :
{
"commandFragments" :
[
{
"fragment" : "-O3 -DNDEBUG",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
},
{
"backtrace" : 3,
"fragment" : "-lsqlite3",
"role" : "libraries"
}
],
"language" : "CXX"
},
"name" : "budget",
"nameOnDisk" : "budget",
"paths" :
{
"build" : ".",
"source" : "."
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/main.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/optHandlers/mainOptHandler.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/optHandlers/operation.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/optHandlers/accountOperation.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/optHandlers/createOperation.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/optHandlers/earnOperation.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/optHandlers/PaymentOperation.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/database.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/utilities.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "src/optHandlers/mainOptHandler.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "src/optHandlers/operation.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "src/optHandlers/accountOperation.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "src/optHandlers/createOperation.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "src/optHandlers/earnOperation.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "src/optHandlers/PaymentOperation.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "src/database.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "src/exceptions/helpRequested.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "src/exceptions/badValue.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "src/utilities.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "src/sqliteDb.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "src/main.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}