shift-shell/bin/CMakeLists.txt
Aleix Pol f0f01e82e6 Centralise startup code in this repository
Have it start through the session file that the display manager should
be starting.
2019-11-19 15:01:32 +01:00

11 lines
596 B
CMake

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/plasma-phone.cmake ${CMAKE_CURRENT_BINARY_DIR}/plasma-phone)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/plasma-phone
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ WORLD_EXECUTE WORLD_READ GROUP_EXECUTE GROUP_READ
DESTINATION ${BIN_INSTALL_DIR})
install(PROGRAMS 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
)