2013-12-07 21:14:29 +01:00
|
|
|
add_executable(dsptool DSPTool.cpp)
|
2011-07-18 03:47:55 +02: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()
|