From 6748dd2af54b35f5a23d08a1207aab3fe363b5b7 Mon Sep 17 00:00:00 2001 From: "re.kovalev" Date: Fri, 25 Feb 2022 22:19:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20GLM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/c_cpp_properties.json | 3 ++- .vscode/tasks.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 47ba8c3..bc50ed2 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -5,7 +5,8 @@ "includePath": [ "${workspaceFolder}/include", "C:/VulkanSDK/1.2.189.2/Include", - "${workspaceFolder}/../dependencies/GLFW/include" + "${workspaceFolder}/../dependencies/GLFW/include", + "${workspaceFolder}/../dependencies/glm" ], "compilerPath": "C:/MinGW/bin/g++.exe", "cStandard": "c11", diff --git a/.vscode/tasks.json b/.vscode/tasks.json index bb37bab..82d8283 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -16,6 +16,7 @@ "-LC:/VulkanSDK/1.2.189.2/Lib32", "-I${workspaceRoot}/../dependencies/GLFW/include", + "-I${workspaceRoot}/../dependencies/glm", "-L${workspaceRoot}/../dependencies/GLFW/lib-mingw", "-static", "-lvulkan-1",