2015-09-01 04:37:19 +03:00
|
|
|
add_executable(ktraderclient ktraderclient.cpp)
|
2014-11-15 04:16:00 +02:00
|
|
|
|
2019-05-05 02:34:45 +00:00
|
|
|
target_link_libraries(ktraderclient ${KDE4_KDECORE_LIBS})
|
2014-11-15 04:16:00 +02:00
|
|
|
|
|
|
|
install(TARGETS ktraderclient ${INSTALL_TARGETS_DEFAULT_ARGS} )
|