4f5267e8f8
Use cmake macro Remove not necessary files svn path=/trunk/KDE/kdebase/workspace/; revision=578784
13 lines
260 B
CMake
13 lines
260 B
CMake
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(decobenchmark_SRCS main.cpp preview.cpp )
|
|
|
|
kde4_automoc(${decobenchmark_SRCS})
|
|
|
|
kde4_add_executable(decobenchmark ${decobenchmark_SRCS})
|
|
|
|
target_link_libraries(decobenchmark ${KDE4_KDECORE_LIBS} kdecorations )
|
|
|