cmake: remove unnecessary quotes

This commit is contained in:
Christoph Gysin 2015-12-01 21:19:43 +02:00
parent 8f00eac07b
commit 55b3532fe0
3 changed files with 30 additions and 30 deletions

View file

@ -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
)