~alan-griffiths/miral/fix-1645284

« back to all changes in this revision

Viewing changes to miral-shell/CMakeLists.txt

  • Committer: Alan Griffiths
  • Date: 2016-11-17 16:48:17 UTC
  • mfrom: (440.2.14 miral3)
  • Revision ID: alan@octopull.co.uk-20161117164817-9zq97ubljin688n3
miral-desktop script for launching a pseudo-desktop

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    DESTINATION ${CMAKE_INSTALL_PREFIX}/bin
26
26
)
27
27
 
 
28
add_custom_target(miral-desktop ALL
 
29
    cp ${CMAKE_CURRENT_SOURCE_DIR}/miral-desktop.sh ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/miral-desktop
 
30
)
 
31
 
 
32
install(PROGRAMS ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/miral-desktop
 
33
    DESTINATION ${CMAKE_INSTALL_PREFIX}/bin
 
34
)
 
35
 
28
36
add_executable(miral-shell
29
37
    shell_main.cpp
30
38
    tiling_window_manager.cpp   tiling_window_manager.h