Make GLFW a submodule. Reorg

This commit is contained in:
2025-08-16 14:15:53 -05:00
parent 7236121c4e
commit 06d99cf87e
8 changed files with 5849 additions and 6 deletions

View File

@@ -71,8 +71,8 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LibraryPath>C:\Users\sethh\Documents\repos\Common\lib\GLFW\Debug\;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath>
<IncludePath>C:\Users\sethh\Documents\repos\Common\inc;$(IncludePath)</IncludePath>
<LibraryPath>$(SolutionDir)ext\glfw\build\src\Debug;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath>
<IncludePath>$(SolutionDir)ext\glfw\include;$(SolutionDir)inc;$(IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
@@ -134,7 +134,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="glad.c" />
<ClCompile Include="main.cpp" />
<ClCompile Include="src\main.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">