summaryrefslogtreecommitdiffstats
path: root/Examples/main
diff options
context:
space:
mode:
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" />