2013-12-07 13:14:29 -07:00
|
|
|
add_executable(dsptool DSPTool.cpp)
|
2011-07-17 19:47:55 -06:00
|
|
|
target_link_libraries(dsptool core)
|
2011-12-13 18:50:36 -07:00
|
|
|
if((NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin"))
|
|
|
|
install(TARGETS dsptool RUNTIME DESTINATION ${bindir})
|
|
|
|
endif()
|