a9fc0d54c7
svn path=/trunk/KDE/kdebase/workspace/; revision=540215 The following changes were in SVN, but were removed from git: M wallpapers/CMakeLists.txt
31 lines
575 B
CMake
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
|