2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(decobenchmark_SRCS main.cpp preview.cpp )
|
|
|
|
|
2007-04-29 22:04:13 +00:00
|
|
|
kde4_automoc(${decobenchmark_SRCS})
|
2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
kde4_add_executable(decobenchmark ${decobenchmark_SRCS})
|
|
|
|
|
|
|
|
target_link_libraries(decobenchmark ${KDE4_KDECORE_LIBS} kdecorations )
|