Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / runtime / kdebugdialog / CMakeLists.txt
blob810642391dbc333bdf720b4aac89017d81d0415f
5 ########### next target ###############
7 set(kdebugdialog_SRCS 
8    main.cpp 
9    kabstractdebugdialog.cpp 
10    kdebugdialog.cpp 
11    klistdebugdialog.cpp )
14 kde4_add_executable(kdebugdialog ${kdebugdialog_SRCS})
16 target_link_libraries(kdebugdialog  ${KDE4_KDEUI_LIBS} )
18 install(TARGETS kdebugdialog DESTINATION ${BIN_INSTALL_DIR})