kwin/tools/decobenchmark/CMakeLists.txt
Alexander Neundorf e4e2266d9c -add FONTCONFIG_INCLUDE_DIR where required
-cleanup the toplevel CMakeLists.txt a bit
-remove include_directories( CMAKE_CURRENT_SOURCE_DIR CMAKE_CURRENT_BINARY_DIR)
in the subdirs, since this is done now automatically by cmake (the CMAKE_INCLUDE_CURRENT_DIR option
-include_directories(KDE4_INCLUDES) in the toplevel CMakeLists.txt, so it
doesn't have to be done in every subdir

Alex


svn path=/trunk/KDE/kdebase/workspace/; revision=539914

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

M	wallpapers/CMakeLists.txt
2006-05-12 00:08:30 +00:00

33 lines
603 B
CMake

kde4_header()
########### 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 ###############
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