mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
cmake: remove unnecessary quotes
This commit is contained in:
parent
8f00eac07b
commit
55b3532fe0
3 changed files with 30 additions and 30 deletions
|
|
@ -6,11 +6,11 @@ find_package(Pango REQUIRED)
|
|||
|
||||
include(Wayland)
|
||||
WAYLAND_ADD_PROTOCOL_CLIENT(proto-xdg-shell
|
||||
"${PROJECT_SOURCE_DIR}/../protocols/xdg-shell.xml"
|
||||
${PROJECT_SOURCE_DIR}/../protocols/xdg-shell.xml
|
||||
xdg-shell
|
||||
)
|
||||
WAYLAND_ADD_PROTOCOL_CLIENT(proto-desktop-shell
|
||||
"${PROJECT_SOURCE_DIR}/../protocols/desktop-shell.xml"
|
||||
${PROJECT_SOURCE_DIR}/../protocols/desktop-shell.xml
|
||||
desktop-shell
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue