2017-09-01 15:10:47 +00:00
|
|
|
add_executable(dsptool DSPTool.cpp StubHost.cpp)
|
2011-07-18 01:47:55 +00:00
|
|
|
target_link_libraries(dsptool core)
|
2015-01-03 12:17:57 +00:00
|
|
|
if(NOT APPLE)
|
2017-03-01 12:43:43 +00:00
|
|
|
install(TARGETS dsptool RUNTIME DESTINATION ${bindir})
|
2011-12-14 01:50:36 +00:00
|
|
|
endif()
|