summaryrefslogtreecommitdiff
path: root/build/visual-studio/platform/platform.vcxproj
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-04-16 10:34:26 -0700
committerGitHub <noreply@github.com>2021-04-16 10:34:26 -0700
commit79e92395f8ce3d92c446e3bb3250d19ce33decd5 (patch)
tree2ac277fa299200da72cf03a2b5b96338f66aee5d /build/visual-studio/platform/platform.vcxproj
parentbad484d838590d0a2aaf1b5b8ac820634af2decb (diff)
Update `model-viewer` example and fixing compiler bugs. (#1795)
Diffstat (limited to 'build/visual-studio/platform/platform.vcxproj')
-rw-r--r--build/visual-studio/platform/platform.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/visual-studio/platform/platform.vcxproj b/build/visual-studio/platform/platform.vcxproj
index 63085d492..c6a693195 100644
--- a/build/visual-studio/platform/platform.vcxproj
+++ b/build/visual-studio/platform/platform.vcxproj
@@ -170,6 +170,7 @@
<ClInclude Include="..\..\..\tools\platform\gui.h" />
<ClInclude Include="..\..\..\tools\platform\model.h" />
<ClInclude Include="..\..\..\tools\platform\performance-counter.h" />
+ <ClInclude Include="..\..\..\tools\platform\platform-api.h" />
<ClInclude Include="..\..\..\tools\platform\vector-math.h" />
<ClInclude Include="..\..\..\tools\platform\window.h" />
</ItemGroup>