2006-02-28 08:01:15 +00:00
|
|
|
kde4_header()
|
2006-03-26 14:52:52 +00:00
|
|
|
include_directories( ${KDE4_INCLUDES} )
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(decobenchmark_SRCS main.cpp preview.cpp )
|
|
|
|
|
|
|
|
kde4_automoc(${decobenchmark_SRCS})
|
|
|
|
|
|
|
|
kde4_add_executable(decobenchmark ${decobenchmark_SRCS})
|
|
|
|
|
2006-03-22 16:06:38 +00:00
|
|
|
target_link_libraries(decobenchmark ${KDE4_KDECORE_LIBS} kdecorations )
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
|
|
|
|
|
|
|
kde4_footer()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#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
|