a0133cb048
svn path=/branches/work/kwin_composite/; revision=642555
49 lines
1.1 KiB
CMake
49 lines
1.1 KiB
CMake
|
|
add_subdirectory( config )
|
|
|
|
include_directories( ${CMAKE_SOURCE_DIR}/workspace/kwin/lib )
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(kwin3_modernsys_PART_SRCS modernsys.cpp )
|
|
|
|
kde4_automoc(kwin3_modernsys ${kwin3_modernsys_PART_SRCS})
|
|
|
|
kde4_add_plugin(kwin3_modernsys ${kwin3_modernsys_PART_SRCS})
|
|
|
|
|
|
|
|
target_link_libraries(kwin3_modernsys ${KDE4_KDECORE_LIBS} kdecorations kdefx ${QT_QTGUI_LIBRARY})
|
|
|
|
install(TARGETS kwin3_modernsys DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install( FILES modernsystem.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin/ )
|
|
|
|
|
|
|
|
|
|
#original Makefile.am contents follow:
|
|
|
|
#
|
|
#INCLUDES = -I$(srcdir)/../../lib $(all_includes)
|
|
#
|
|
#SUBDIRS = config
|
|
#
|
|
#kde_module_LTLIBRARIES = kwin3_modernsys.la
|
|
#
|
|
#kwin3_modernsys_la_SOURCES = modernsys.cpp
|
|
#kwin3_modernsys_la_LIBADD = ../../lib/libkdecorations.la -lkdefx
|
|
#kwin3_modernsys_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
#
|
|
#METASOURCES = AUTO
|
|
#noinst_HEADERS = modernsys.h
|
|
#
|
|
#lnkdir = $(kde_datadir)/kwin/
|
|
#lnk_DATA = modernsystem.desktop
|
|
#
|
|
#EXTRA_DIST = $(lnk_DATA)
|
|
#
|