kde-workspace/ktraderclient/CMakeLists.txt

6 lines
179 B
Text
Raw Normal View History

2014-11-15 04:16:00 +02:00
kde4_add_executable(ktraderclient NOGUI ktraderclient.cpp)
target_link_libraries(ktraderclient ${KDE4_KIO_LIBS})
install(TARGETS ktraderclient ${INSTALL_TARGETS_DEFAULT_ARGS} )