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
406 B
CMake
17 lines
406 B
CMake
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(kwin_modernsys_config_PART_SRCS config.cpp )
|
|
|
|
kde4_automoc(kwin_modernsys_config ${kwin_modernsys_config_PART_SRCS})
|
|
|
|
kde4_add_plugin(kwin_modernsys_config ${kwin_modernsys_config_PART_SRCS})
|
|
|
|
|
|
|
|
target_link_libraries(kwin_modernsys_config ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY})
|
|
|
|
install(TARGETS kwin_modernsys_config DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|