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