Making progress on clean build

This commit is contained in:
2024-10-02 13:06:51 -04:00
parent ae2ba0a900
commit 1208ba5615
2 changed files with 13 additions and 1 deletions

View File

@@ -1,5 +1,17 @@
{ {
"configurations": [ "configurations": [
{
"name": "IntegrationEditor Editor Linux Development (Integration)",
"compilerPath": "/home/jyelon/UnrealEngine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v22_clang-16.0.6-centos7/x86_64-unknown-linux-gnu/bin/clang++",
"compilerArgs": [
"-isysroot",
"/home/jyelon/UnrealEngine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v22_clang-16.0.6-centos7/x86_64-unknown-linux-gnu"
],
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64",
"compileCommands": "/home/jyelon/integration/.vscode/compileCommands_Integration.json"
},
{ {
"name": "Linux", "name": "Linux",
"compilerPath": "/home/jyelon/UnrealEngine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v22_clang-16.0.6-centos7/x86_64-unknown-linux-gnu/bin/clang++", "compilerPath": "/home/jyelon/UnrealEngine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v22_clang-16.0.6-centos7/x86_64-unknown-linux-gnu/bin/clang++",

View File

@@ -1,6 +1,6 @@
{ {
"FileVersion": 3, "FileVersion": 3,
"EngineAssociation": "7FEDF449-AA25-4EAD-95E8-57052240796D", "EngineAssociation": "{7FEDF449-AA25-4EAD-95E8-57052240796D}",
"Category": "", "Category": "",
"Description": "", "Description": "",
"Modules": [ "Modules": [