From 5598fe46491b7af334e3b12ca0cf0d735bfe5add Mon Sep 17 00:00:00 2001
From: onTheZero <114521696+onTheZero@users.noreply.github.com>
Date: Sun, 6 Oct 2024 17:07:20 -0400
Subject: [PATCH] Fixing includes
---
LearningOpenGL.vcxproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/LearningOpenGL.vcxproj b/LearningOpenGL.vcxproj
index 5cec430..cdb35e6 100644
--- a/LearningOpenGL.vcxproj
+++ b/LearningOpenGL.vcxproj
@@ -71,7 +71,7 @@
- C:\Development Projects\LearningOpenGL\Include;$(IncludePath)
+ C:\Development Projects\LearningOpenGL\Include\glm;C:\Development Projects\LearningOpenGL\Include\glfw-3.4.bin.WIN64\include;C:\Development Projects\LearningOpenGL\Include\glad\include;$(IncludePath)
C:\Development Projects\LearningOpenGL\Include\glfw-3.4.bin.WIN64\lib-vc2022;$(LibraryPath)