mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
remove the rest of cmake
This commit is contained in:
parent
517af37cc9
commit
d071ff08ae
25 changed files with 4 additions and 1202 deletions
|
@ -1,46 +0,0 @@
|
|||
include(Wayland)
|
||||
|
||||
WAYLAND_ADD_PROTOCOL_CLIENT(proto-client-xdg-shell
|
||||
xdg-shell.xml
|
||||
xdg-shell
|
||||
)
|
||||
WAYLAND_ADD_PROTOCOL_CLIENT(proto-client-desktop-shell
|
||||
desktop-shell.xml
|
||||
desktop-shell
|
||||
)
|
||||
WAYLAND_ADD_PROTOCOL_SERVER(proto-server-desktop-shell
|
||||
desktop-shell.xml
|
||||
desktop-shell
|
||||
)
|
||||
|
||||
WAYLAND_ADD_PROTOCOL_CLIENT(proto-client-swaylock
|
||||
swaylock.xml
|
||||
swaylock
|
||||
)
|
||||
WAYLAND_ADD_PROTOCOL_SERVER(proto-server-swaylock
|
||||
swaylock.xml
|
||||
swaylock
|
||||
)
|
||||
|
||||
WAYLAND_ADD_PROTOCOL_SERVER(proto-server-gamma-control
|
||||
gamma-control.xml
|
||||
gamma-control
|
||||
)
|
||||
|
||||
WAYLAND_ADD_PROTOCOL_SERVER(proto-server-server-decoration
|
||||
server-decoration.xml
|
||||
server-decoration
|
||||
)
|
||||
|
||||
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}
|
||||
${proto-server-server-decoration}
|
||||
)
|
||||
|
||||
set(PROTOCOLS_INCLUDE_DIRS ${CMAKE_BINARY_DIR}/protocols PARENT_SCOPE)
|
||||
INCLUDE_DIRECTORIES(${WAYLAND_INCLUDE_DIR} ${XKBCOMMON_INCLUDE_DIRS})
|
Loading…
Add table
Add a link
Reference in a new issue