mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-01 20:30:52 +01:00
4 lines
131 B
CMake
4 lines
131 B
CMake
|
add_executable(dsptool Src/DSPTool.cpp)
|
||
|
target_link_libraries(dsptool core)
|
||
|
install(TARGETS dsptool RUNTIME DESTINATION ${bindir})
|