2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
include_directories( ${CMAKE_SOURCE_DIR}/workspace/kwin/lib )
|
|
|
|
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
2007-04-29 20:55:58 +00:00
|
|
|
set(kwin3_laptop_PART_SRCS laptopclient.cpp)
|
2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
kde4_automoc(kwin3_laptop ${kwin3_laptop_PART_SRCS})
|
|
|
|
|
|
|
|
kde4_add_plugin(kwin3_laptop ${kwin3_laptop_PART_SRCS})
|
|
|
|
|
2007-04-29 20:55:58 +00:00
|
|
|
target_link_libraries(kwin3_laptop ${KDE4_KDECORE_LIBS} ${KDE4_KDEFX_LIBS} kdecorations)
|
2007-04-29 21:52:25 +00:00
|
|
|
target_link_libraries(kwin3_laptop ${KDE4_KDEFX_LIBS} kdecorations)
|
2007-04-29 17:35:43 +00:00
|
|
|
|
2007-04-29 20:55:58 +00:00
|
|
|
install(TARGETS kwin3_laptop DESTINATION ${PLUGIN_INSTALL_DIR})
|
2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
|
|
|
install( FILES laptop.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin )
|
|
|
|
|