kde-workspace/ktraderclient/CMakeLists.txt
Ivailo Monev b4e5cd519d generic: adjust to KApplication changes
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-05-05 02:34:45 +00:00

5 lines
172 B
CMake

add_executable(ktraderclient ktraderclient.cpp)
target_link_libraries(ktraderclient ${KDE4_KDECORE_LIBS})
install(TARGETS ktraderclient ${INSTALL_TARGETS_DEFAULT_ARGS} )