kwin/tools/decobenchmark/CMakeLists.txt
Alexander Neundorf a9fc0d54c7 kde4_header and kde4_footer() are gone now
svn path=/trunk/KDE/kdebase/workspace/; revision=540215

The following changes were in SVN, but were removed from git:

M	wallpapers/CMakeLists.txt
2006-05-12 18:12:37 +00:00

31 lines
575 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 )
########### install files ###############
#original Makefile.am contents follow:
#noinst_PROGRAMS = decobenchmark
#
#INCLUDES = $(all_includes)
#
#decobenchmark_SOURCES = main.cpp preview.cpp
#decobenchmark_LDFLAGS = $(all_libraries)
#decobenchmark_LDADD = ../../lib/libkdecorations.la
#
#METASOURCES = AUTO