summaryrefslogtreecommitdiff
path: root/build/.cmake/api/v1/reply/target-tetris-Debug-e6b29f1f3a0d873caaa7.json
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2025-01-17 21:42:02 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2025-01-17 21:42:02 +0100
commit9ff91999b122df64c910b3d7ebed1ceda949e0c0 (patch)
treee7c91ec9af16f850057238657d495938df3e2158 /build/.cmake/api/v1/reply/target-tetris-Debug-e6b29f1f3a0d873caaa7.json
parentde3d3056c8b82d868ff42362a2f6e9d2cd26a551 (diff)
collision works but overlaps
Diffstat (limited to 'build/.cmake/api/v1/reply/target-tetris-Debug-e6b29f1f3a0d873caaa7.json')
-rw-r--r--build/.cmake/api/v1/reply/target-tetris-Debug-e6b29f1f3a0d873caaa7.json133
1 files changed, 133 insertions, 0 deletions
diff --git a/build/.cmake/api/v1/reply/target-tetris-Debug-e6b29f1f3a0d873caaa7.json b/build/.cmake/api/v1/reply/target-tetris-Debug-e6b29f1f3a0d873caaa7.json
new file mode 100644
index 0000000..af81b5e
--- /dev/null
+++ b/build/.cmake/api/v1/reply/target-tetris-Debug-e6b29f1f3a0d873caaa7.json
@@ -0,0 +1,133 @@
+{
+ "artifacts" :
+ [
+ {
+ "path" : "tetris"
+ }
+ ],
+ "backtrace" : 1,
+ "backtraceGraph" :
+ {
+ "commands" :
+ [
+ "add_executable",
+ "link_directories",
+ "target_link_libraries",
+ "include_directories"
+ ],
+ "files" :
+ [
+ "CMakeLists.txt"
+ ],
+ "nodes" :
+ [
+ {
+ "file" : 0
+ },
+ {
+ "command" : 0,
+ "file" : 0,
+ "line" : 12,
+ "parent" : 0
+ },
+ {
+ "command" : 1,
+ "file" : 0,
+ "line" : 9,
+ "parent" : 0
+ },
+ {
+ "command" : 2,
+ "file" : 0,
+ "line" : 15,
+ "parent" : 0
+ },
+ {
+ "command" : 3,
+ "file" : 0,
+ "line" : 8,
+ "parent" : 0
+ }
+ ]
+ },
+ "compileGroups" :
+ [
+ {
+ "compileCommandFragments" :
+ [
+ {
+ "fragment" : "-g -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk"
+ }
+ ],
+ "includes" :
+ [
+ {
+ "backtrace" : 4,
+ "path" : "/opt/homebrew/Cellar/raylib/5.5/include"
+ }
+ ],
+ "language" : "C",
+ "sourceIndexes" :
+ [
+ 0
+ ]
+ }
+ ],
+ "id" : "tetris::@6890427a1f51a3e7e1df",
+ "link" :
+ {
+ "commandFragments" :
+ [
+ {
+ "fragment" : "-g",
+ "role" : "flags"
+ },
+ {
+ "fragment" : "",
+ "role" : "flags"
+ },
+ {
+ "backtrace" : 2,
+ "fragment" : "-L/opt/homebrew/Cellar/raylib/5.5/lib",
+ "role" : "libraryPath"
+ },
+ {
+ "fragment" : "-Wl,-rpath,/opt/homebrew/Cellar/raylib/5.5/lib",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 3,
+ "fragment" : "-lraylib",
+ "role" : "libraries"
+ }
+ ],
+ "language" : "C"
+ },
+ "name" : "tetris",
+ "nameOnDisk" : "tetris",
+ "paths" :
+ {
+ "build" : ".",
+ "source" : "."
+ },
+ "sourceGroups" :
+ [
+ {
+ "name" : "Source Files",
+ "sourceIndexes" :
+ [
+ 0
+ ]
+ }
+ ],
+ "sources" :
+ [
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "TETRIS.c",
+ "sourceGroupIndex" : 0
+ }
+ ],
+ "type" : "EXECUTABLE"
+}