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