This commit is contained in:
root
2024-04-24 14:06:27 +08:00
parent 549cbe66b4
commit 54f15d0c40
147 changed files with 30678 additions and 590 deletions

View File

@@ -43,7 +43,7 @@
}
],
"type" : "STRING",
"value" : "Debug"
"value" : "Release"
},
{
"name" : "CMAKE_CACHEFILE_DIR",

View File

@@ -10,20 +10,20 @@
[
1
],
"jsonFile" : "directory-.-Debug-f5ebdc15457944623624.json",
"jsonFile" : "directory-.-Release-f5ebdc15457944623624.json",
"minimumCMakeVersion" :
{
"string" : "2.8.12"
"string" : "3.0"
},
"projectIndex" : 0,
"source" : "."
},
{
"build" : "src",
"jsonFile" : "directory-src-Debug-b6cf2213fc5053b67c22.json",
"jsonFile" : "directory-src-Release-b6cf2213fc5053b67c22.json",
"minimumCMakeVersion" :
{
"string" : "2.8.12"
"string" : "3.0"
},
"parentIndex" : 0,
"projectIndex" : 0,
@@ -34,7 +34,7 @@
]
}
],
"name" : "Debug",
"name" : "Release",
"projects" :
[
{
@@ -55,7 +55,7 @@
{
"directoryIndex" : 1,
"id" : "hook_aurora::@145eef247bfb46b6828c",
"jsonFile" : "target-hook_aurora-Debug-20f6ef5123e4187e7b7e.json",
"jsonFile" : "target-hook_aurora-Release-ad3bc3d801265bc7f01c.json",
"name" : "hook_aurora",
"projectIndex" : 0
}

View File

@@ -26,7 +26,7 @@
"objects" :
[
{
"jsonFile" : "codemodel-v2-23e5854f3c037d3de889.json",
"jsonFile" : "codemodel-v2-6d437a649340126bad8b.json",
"kind" : "codemodel",
"version" :
{
@@ -35,7 +35,7 @@
}
},
{
"jsonFile" : "cache-v2-77a708c344aa73675854.json",
"jsonFile" : "cache-v2-536b89e985ead82cbe1d.json",
"kind" : "cache",
"version" :
{
@@ -90,7 +90,7 @@
"responses" :
[
{
"jsonFile" : "cache-v2-77a708c344aa73675854.json",
"jsonFile" : "cache-v2-536b89e985ead82cbe1d.json",
"kind" : "cache",
"version" :
{
@@ -99,7 +99,7 @@
}
},
{
"jsonFile" : "codemodel-v2-23e5854f3c037d3de889.json",
"jsonFile" : "codemodel-v2-6d437a649340126bad8b.json",
"kind" : "codemodel",
"version" :
{

View File

@@ -13,6 +13,7 @@
"ADD_LIBRARY",
"target_link_libraries",
"add_compile_options",
"add_compile_definitions",
"include_directories"
],
"files" :
@@ -49,6 +50,12 @@
{
"command" : 3,
"file" : 0,
"line" : 26,
"parent" : 0
},
{
"command" : 4,
"file" : 0,
"line" : 25,
"parent" : 0
}
@@ -60,7 +67,7 @@
"compileCommandFragments" :
[
{
"fragment" : " -m32 -fpic -g -std=gnu++11 -fPIC ASMJIT_STATIC"
"fragment" : " -m32 -fpic -O3 -DNDEBUG -std=gnu++11 -fPIC"
},
{
"backtrace" : 4,
@@ -69,6 +76,10 @@
],
"defines" :
[
{
"backtrace" : 5,
"define" : "ASMJIT_STATIC"
},
{
"define" : "hook_aurora_EXPORTS"
}
@@ -76,19 +87,19 @@
"includes" :
[
{
"backtrace" : 5,
"backtrace" : 6,
"path" : "/home/dnf_project/dnf_project/include"
},
{
"backtrace" : 5,
"backtrace" : 6,
"path" : "/home/asio/asio-1.28.0/include"
},
{
"backtrace" : 5,
"backtrace" : 6,
"path" : "/home/dnf_project/dnf_project/src"
},
{
"backtrace" : 5,
"backtrace" : 6,
"path" : "/home/dnf_project/dnf_project/src/sdk"
}
],