diff options
author | Christoph Gysin <christoph.gysin@gmail.com> | 2015-12-01 21:19:43 +0200 |
---|---|---|
committer | Christoph Gysin <christoph.gysin@gmail.com> | 2015-12-01 22:03:53 +0200 |
commit | 10ba7e41461fde011fdea8806b16f71590ef1688 (patch) | |
tree | 90b2b5a8d3e6e0cd5bbc30ac70bf63dd8615fab3 /CMakeLists.txt | |
parent | 4ba3ba55616518e269ff727bb32d750cf46905ca (diff) | |
download | swaybg-10ba7e41461fde011fdea8806b16f71590ef1688.tar.gz swaybg-10ba7e41461fde011fdea8806b16f71590ef1688.tar.bz2 |
cmake: remove unnecessary quotes
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e4b69c1..8016d95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ) |