b1ce3b0b9e
some module compiles with enable-final now) As discussed with Alex it's not necessary to have program name into automoc macro svn path=/trunk/KDE/kdebase/workspace/; revision=598290
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 )
|
|
|