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