5c93175949
svn path=/trunk/KDE/kdebase/workspace/; revision=685984
11 lines
223 B
CMake
11 lines
223 B
CMake
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(decobenchmark_SRCS main.cpp preview.cpp )
|
|
|
|
|
|
kde4_add_executable(decobenchmark ${decobenchmark_SRCS})
|
|
|
|
target_link_libraries(decobenchmark ${KDE4_KDECORE_LIBS} kdecorations )
|