summaryrefslogtreecommitdiffstats
path: root/Examples/main
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
parent600cb13f9f4b02d9030f99fc379bdebebb64b65d (diff)
Better performance of C++ samples on laptops with two graphics cards
Untested
Diffstat (limited to 'Examples/main')
-rw-r--r--Examples/main/main.vcxproj1
-rw-r--r--Examples/main/main.vcxproj.filters1
2 files changed, 2 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" />
diff --git a/Examples/main/main.vcxproj.filters b/Examples/main/main.vcxproj.filters
index 2a4739f..45a6b14 100644
--- a/Examples/main/main.vcxproj.filters
+++ b/Examples/main/main.vcxproj.filters
@@ -4,6 +4,7 @@
<ClCompile Include="main.cpp" />
<ClCompile Include="params.cpp" />
<ClCompile Include="miscUtils.cpp" />
+ <ClCompile Include="..\WhisperDesktop\useDiscreteGpu.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="params.h" />