2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
add_subdirectory( config )
|
|
|
|
|
2006-05-12 00:08:30 +00:00
|
|
|
include_directories( ${CMAKE_SOURCE_DIR}/workspace/kwin/lib )
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
2006-10-23 06:53:27 +00:00
|
|
|
set(kwin3_default_PART_SRCS kdedefault.cpp)
|
2006-02-28 08:01:15 +00:00
|
|
|
|
2006-10-23 06:53:27 +00:00
|
|
|
kde4_automoc(${kwin3_default_PART_SRCS})
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
kde4_add_plugin(kwin3_default ${kwin3_default_PART_SRCS})
|
|
|
|
|
|
|
|
|
2006-10-23 06:53:27 +00:00
|
|
|
target_link_libraries(kwin3_default ${KDE4_KDEFX_LIBS} kdecorations ${QT_QTGUI_LIBRARY})
|
2006-02-28 08:01:15 +00:00
|
|
|
|
2006-10-23 06:53:27 +00:00
|
|
|
install(TARGETS kwin3_default DESTINATION ${PLUGIN_INSTALL_DIR})
|