From 1208ba56158bdece2492fe7990aa71458aa1bd43 Mon Sep 17 00:00:00 2001 From: jyelon Date: Wed, 2 Oct 2024 13:06:51 -0400 Subject: [PATCH] Making progress on clean build --- .vscode/c_cpp_properties.json | 12 ++++++++++++ Integration.uproject | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 6a8ff9ff..b7bd8d6c 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -1,5 +1,17 @@ { "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", "compilerPath": "/home/jyelon/UnrealEngine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v22_clang-16.0.6-centos7/x86_64-unknown-linux-gnu/bin/clang++", diff --git a/Integration.uproject b/Integration.uproject index 837eaf87..3eb4e6f2 100644 --- a/Integration.uproject +++ b/Integration.uproject @@ -1,6 +1,6 @@ { "FileVersion": 3, - "EngineAssociation": "7FEDF449-AA25-4EAD-95E8-57052240796D", + "EngineAssociation": "{7FEDF449-AA25-4EAD-95E8-57052240796D}", "Category": "", "Description": "", "Modules": [