kde-workspace/kwin/kcmkwin/kwinscreenedges/CMakeLists.txt
Ivailo Monev 591b538337 generic: replace installation paths with KDE4_ prefixed
see commit in kdelibs repository

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-08 20:13:13 +00:00

11 lines
420 B
CMake

include_directories(${CMAKE_SOURCE_DIR}/kwin)
set(kcm_kwinscreenedges_SRCS
main.cpp
monitor.cpp
)
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})
install(FILES kwinscreenedges.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})