mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 12:45:50 +00:00
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:
parent
b3d12347ca
commit
12da9c8473
3 changed files with 63 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
add_executable(dsptool DSPTool.cpp)
|
||||
add_executable(dsptool DSPTool.cpp StubHost.cpp)
|
||||
target_link_libraries(dsptool core)
|
||||
if(NOT APPLE)
|
||||
install(TARGETS dsptool RUNTIME DESTINATION ${bindir})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue