You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 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 )