2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
add_subdirectory( decobenchmark )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(test_gravity_SRCS test_gravity.cpp )
|
|
|
|
|
|
|
|
kde4_add_executable(test_gravity ${test_gravity_SRCS})
|
|
|
|
|
|
|
|
target_link_libraries(test_gravity ${KDE4_KDECORE_LIBS} )
|
|
|
|
|
2009-01-29 15:11:17 +00:00
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(show_icons_SRCS show_icons.cpp )
|
|
|
|
|
|
|
|
kde4_add_executable(show_icons ${show_icons_SRCS})
|
|
|
|
|
|
|
|
target_link_libraries(show_icons ${KDE4_KDEUI_LIBS} )
|