summaryrefslogtreecommitdiff
path: root/tools/gfx/gfx.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/gfx.vcxproj')
-rw-r--r--tools/gfx/gfx.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gfx/gfx.vcxproj b/tools/gfx/gfx.vcxproj
index d4b1885a8..327f6d629 100644
--- a/tools/gfx/gfx.vcxproj
+++ b/tools/gfx/gfx.vcxproj
@@ -180,6 +180,8 @@
<ClInclude Include="flag-combiner.h" />
<ClInclude Include="gui.h" />
<ClInclude Include="model.h" />
+ <ClInclude Include="nvapi\nvapi-include.h" />
+ <ClInclude Include="nvapi\nvapi-util.h" />
<ClInclude Include="open-gl\render-gl.h" />
<ClInclude Include="render.h" />
<ClInclude Include="surface.h" />
@@ -202,6 +204,7 @@
<ClCompile Include="flag-combiner.cpp" />
<ClCompile Include="gui.cpp" />
<ClCompile Include="model.cpp" />
+ <ClCompile Include="nvapi\nvapi-util.cpp" />
<ClCompile Include="open-gl\render-gl.cpp" />
<ClCompile Include="render.cpp" />
<ClCompile Include="surface.cpp" />