mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
4 lines
131 B
Text
4 lines
131 B
Text
|
add_executable(dsptool Src/DSPTool.cpp)
|
||
|
target_link_libraries(dsptool core)
|
||
|
install(TARGETS dsptool RUNTIME DESTINATION ${bindir})
|