kde-workspace/kwin/kcmkwin/kwinscreenedges/CMakeLists.txt

12 lines
420 B
Text
Raw Normal View History

include_directories(${CMAKE_SOURCE_DIR}/kwin)
2014-11-13 19:30:51 +02:00
set(kcm_kwinscreenedges_SRCS
2014-11-13 19:30:51 +02:00
main.cpp
monitor.cpp
2015-09-01 04:37:19 +03:00
)
kde4_add_plugin(kcm_kwinscreenedges ${kcm_kwinscreenedges_SRCS})
target_link_libraries(kcm_kwinscreenedges ${X11_LIBRARIES} kworkspace ${KDE4_PLASMA_LIBS})
install(TARGETS kcm_kwinscreenedges DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
2014-11-13 19:30:51 +02:00
install(FILES kwinscreenedges.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})