diff options
| author | willakat <willakat@users.noreply.github.com> | 2017-01-07 21:33:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-07 21:33:02 +0100 |
| commit | 653e96f530325f76c2e63befd1f4e916a08c770f (patch) | |
| tree | 16ae997cc181c0960861e4549b697fa35aed647e /protocols/CMakeLists.txt | |
| parent | f24ebd75fa3ce35e844d5f6e71f3052025aa7995 (diff) | |
| parent | baa84a0cd7b547021551675b175e241b2166c317 (diff) | |
Merge branch 'master' into master
Diffstat (limited to 'protocols/CMakeLists.txt')
| -rw-r--r-- | protocols/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protocols/CMakeLists.txt b/protocols/CMakeLists.txt index ff0a2e4d..a9b459ab 100644 --- a/protocols/CMakeLists.txt +++ b/protocols/CMakeLists.txt @@ -22,12 +22,18 @@ WAYLAND_ADD_PROTOCOL_SERVER(proto-server-swaylock swaylock ) +WAYLAND_ADD_PROTOCOL_SERVER(proto-server-gamma-control + gamma-control.xml + gamma-control +) + add_library(sway-protocols STATIC ${proto-client-xdg-shell} ${proto-client-desktop-shell} ${proto-server-desktop-shell} ${proto-client-swaylock} ${proto-server-swaylock} + ${proto-server-gamma-control} ) set(PROTOCOLS_INCLUDE_DIRS ${CMAKE_BINARY_DIR}/protocols PARENT_SCOPE) |
