kwin/clients/b2/config/CMakeLists.txt
Aleix Pol 7b110f0671 Improve CMake usage
It's basically a run of the port-cmake.sh script in here, mostly the changes
are the following:
- Using KF5::* targets
- Using the proper macros, following recent developments in frameworks
2013-11-15 13:37:47 +01:00

14 lines
286 B
CMake

########### next target ###############
set(kwin_b2_config_PART_SRCS config.cpp )
kde4_add_plugin(kwin_b2_config ${kwin_b2_config_PART_SRCS})
target_link_libraries(kwin_b2_config ${KDE4_KDEUI_LIBS} Qt5::Gui)
install(TARGETS kwin_b2_config DESTINATION ${PLUGIN_INSTALL_DIR} )