dolphin/Source/DSPTool/CMakeLists.txt

6 lines
164 B
CMake

add_executable(dsptool DSPTool.cpp StubHost.cpp)
target_link_libraries(dsptool core)
if(NOT APPLE)
install(TARGETS dsptool RUNTIME DESTINATION ${bindir})
endif()