mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 22:33:08 +00:00
Brutal but works, this is meant to be used only during the prototype phase, we will figure out why the systemd unit get restarted later.
4 lines
306 B
CMake
4 lines
306 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})
|