DSPTool: Fix build

Stub implementations of Host functions are required, as DSPTool links
against Core (which makes use of Host).
This commit is contained in:
Léo Lam
2017-09-01 17:10:47 +02:00
parent b3d12347ca
commit 12da9c8473
3 changed files with 63 additions and 2 deletions

View File

@ -49,6 +49,7 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="DSPTool.cpp" />
<ClCompile Include="StubHost.cpp" />
</ItemGroup>
<ItemGroup>
<Text Include="CMakeLists.txt" />
@ -72,4 +73,4 @@
<Message Text="Copy: @(SourceFiles) -&gt; $(BinaryOutputDir)" Importance="High" />
<Copy SourceFiles="@(SourceFiles)" DestinationFolder="$(BinaryOutputDir)" />
</Target>
</Project>
</Project>