mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-29 23:36:33 +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})
|