diff options
Diffstat (limited to 'cmake-build-debug/.cmake/api/v1/reply/target-pong-Debug-6713d9f85a78bf8740e4.json')
| -rw-r--r-- | cmake-build-debug/.cmake/api/v1/reply/target-pong-Debug-6713d9f85a78bf8740e4.json | 153 |
1 files changed, 153 insertions, 0 deletions
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-pong-Debug-6713d9f85a78bf8740e4.json b/cmake-build-debug/.cmake/api/v1/reply/target-pong-Debug-6713d9f85a78bf8740e4.json new file mode 100644 index 0000000..6e97814 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-pong-Debug-6713d9f85a78bf8740e4.json @@ -0,0 +1,153 @@ +{ + "artifacts" : + [ + { + "path" : "pong" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 9, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 15, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -g -Wall -Werror -g -std=gnu2x -fdiagnostics-color=always" + } + ], + "includes" : + [ + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/usr/include/SDL2" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "23" + }, + "sourceIndexes" : + [ + 0, + 1, + 3 + ] + } + ], + "id" : "pong::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g -Wall -Werror -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib64/libSDL2-2.0.so.0.2800.5", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "pong", + "nameOnDisk" : "pong", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 3 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2, + 4 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "pong.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "pong.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "screen.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "screen.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "EXECUTABLE" +} |
