dolphin/Source/DSPTool/CMakeLists.txt
2015-01-03 13:17:57 +01:00

5 lines
150 B
CMake

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