diff options
author | chai <chaifix@163.com> | 2019-02-25 09:07:37 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-02-25 09:07:37 +0800 |
commit | 684f71790401727cc45f4dad1822ddae46305072 (patch) | |
tree | 75733807914fa799521d1d6a8a450982fdef9124 /Build/3rdParty/glad/glad.vcxproj | |
parent | c97d8eb7f0900cb6895acb2e5bdce1044931b91a (diff) |
+widgets
Diffstat (limited to 'Build/3rdParty/glad/glad.vcxproj')
-rw-r--r-- | Build/3rdParty/glad/glad.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/3rdParty/glad/glad.vcxproj b/Build/3rdParty/glad/glad.vcxproj index 70e2869..4d964a6 100644 --- a/Build/3rdParty/glad/glad.vcxproj +++ b/Build/3rdParty/glad/glad.vcxproj @@ -115,6 +115,11 @@ </Link> </ItemDefinitionGroup> <ItemGroup> + <ClCompile Include="..\..\..\Source\3rdParty\glad\glad.c" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\3rdParty\glad\glad.h" /> + <ClInclude Include="..\..\..\Source\3rdParty\glad\khrplatform.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |