kwin/tools/decobenchmark/CMakeLists.txt

32 lines
575 B
CMake
Raw Normal View History

########### 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