-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompile_commands.json
More file actions
12 lines (12 loc) · 2.97 KB
/
compile_commands.json
File metadata and controls
12 lines (12 loc) · 2.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
[
{
"directory": "C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\build",
"command": "clang++ -std=c++20 -DUNICODE -D_UNICODE -DWIN32 -D_WINDOWS -I\"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\RE-UE4SS\\deps\\first\\Helpers\\include\" -I\"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\RE-UE4SS\\deps\\first\\File\\include\" -I\"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\RE-UE4SS\\deps\\first\\DynamicOutput\\include\" -I\"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\RE-UE4SS\\deps\\first\\Input\\include\" -I\"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\RE-UE4SS\\deps\\first\\IniParser\\include\" -I\"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\RE-UE4SS\\deps\\first\\JSON\\include\" -I\"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\RE-UE4SS\\deps\\first\\Unreal\\include\" -I\"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\RE-UE4SS\\deps\\first\\Unreal\\generated_include\" -I\"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\RE-UE4SS\\deps\\first\\Function\\include\" -c \"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\MyCPPMods\\MoriaCppMod\\src\\dllmain.cpp\"",
"file": "C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\MyCPPMods\\MoriaCppMod\\src\\dllmain.cpp"
},
{
"directory": "C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\build",
"command": "clang++ -std=c++20 -DUNICODE -D_UNICODE -DWIN32 -D_WINDOWS -I\"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\RE-UE4SS\\deps\\first\\Helpers\\include\" -I\"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\RE-UE4SS\\deps\\first\\File\\include\" -I\"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\RE-UE4SS\\deps\\first\\DynamicOutput\\include\" -I\"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\RE-UE4SS\\deps\\first\\Input\\include\" -I\"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\RE-UE4SS\\deps\\first\\IniParser\\include\" -I\"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\RE-UE4SS\\deps\\first\\JSON\\include\" -I\"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\RE-UE4SS\\deps\\first\\Unreal\\include\" -I\"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\RE-UE4SS\\deps\\first\\Unreal\\generated_include\" -I\"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\RE-UE4SS\\deps\\first\\Function\\include\" -c \"C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\MyCPPMods\\MoriaCppMod\\src\\moria_overlay.cpp\"",
"file": "C:\\Users\\johnb\\OneDrive\\Documents\\Projects\\UE4SS Testing\\cpp-mod\\MyCPPMods\\MoriaCppMod\\src\\moria_overlay.cpp"
}
]