~alan-griffiths/miral/g++-7

« back to all changes in this revision

Viewing changes to miral-shell/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Alan Griffiths
  • Date: 2017-04-19 07:25:21 UTC
  • mfrom: (550.1.1 miral)
  • Revision ID: tarmac-20170419072521-b32equn40a20yku7
More descriptive naming in example code: TitlebarWindowManagerPolicy => FloatingWindowManagerPolicy.

Approved by Brandon Schaefer, mir-ci-bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
add_executable(miral-shell
45
45
    shell_main.cpp
46
46
    tiling_window_manager.cpp   tiling_window_manager.h
47
 
    titlebar_window_manager.cpp titlebar_window_manager.h
 
47
        floating_window_manager.cpp floating_window_manager.h
48
48
    decoration_provider.cpp     decoration_provider.h
49
49
    titlebar_config.cpp         titlebar_config.h
50
50
)