summaryrefslogtreecommitdiff
path: root/Source/DSPTool/CMakeLists.txt
blob: 7656bc8ce638c1125112b10b8129ae7a85b9721d (plain)
1
2
3
4
5
add_executable(dsptool DSPTool.cpp StubHost.cpp)
target_link_libraries(dsptool core)
if(NOT APPLE)
  install(TARGETS dsptool RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
endif()