shift-shell/bin/CMakeLists.txt

9 lines
389 B
Text
Raw Normal View History

configure_file(kwinwrapper.in ${CMAKE_CURRENT_BINARY_DIR}/kwinwrapper)
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/kwinwrapper DESTINATION ${BIN_INSTALL_DIR})
configure_file(plasma-mobile.desktop.cmake ${CMAKE_CURRENT_BINARY_DIR}/plasma-mobile.desktop)
install(FILES
${CMAKE_CURRENT_BINARY_DIR}/plasma-mobile.desktop
DESTINATION ${KDE_INSTALL_DATADIR}/wayland-sessions
)