summaryrefslogtreecommitdiffstats
path: root/Examples/main/main.vcxproj
diff options
context:
space:
mode:
authorKonstantin <const@const.me>2023-01-30 23:18:53 +0100
committerKonstantin <const@const.me>2023-01-30 23:18:53 +0100
commit5980f1ac5fdc8ff15e4761ef0123bb3783287b3e (patch)
treecbae1c46f37427a863eba3767d072fcab9bc1d3b /Examples/main/main.vcxproj
parent600cb13f9f4b02d9030f99fc379bdebebb64b65d (diff)
Better performance of C++ samples on laptops with two graphics cards
Untested
Diffstat (limited to 'Examples/main/main.vcxproj')
-rw-r--r--Examples/main/main.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Examples/main/main.vcxproj b/Examples/main/main.vcxproj
index ba1e191..0c05491 100644
--- a/Examples/main/main.vcxproj
+++ b/Examples/main/main.vcxproj
@@ -74,6 +74,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClCompile Include="..\WhisperDesktop\useDiscreteGpu.c" />
<ClCompile Include="main.cpp" />
<ClCompile Include="miscUtils.cpp" />
<ClCompile Include="params.cpp" />