1adecf7737
Fix install lib under x86_64 Fix install include (remove deprecated cmake macro) Cleanup svn path=/branches/work/kwin_composite/; revision=655792
17 lines
391 B
CMake
17 lines
391 B
CMake
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(kwin_default_config_PART_SRCS config.cpp )
|
|
|
|
kde4_automoc(kwin_default_config ${kwin_default_config_PART_SRCS})
|
|
|
|
kde4_add_plugin(kwin_default_config ${kwin_default_config_PART_SRCS})
|
|
|
|
|
|
|
|
target_link_libraries(kwin_default_config ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY})
|
|
|
|
install(TARGETS kwin_default_config DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|