aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
diff options
context:
space:
mode:
authorLibravatar Tomáš Čech <sleep_walker@suse.cz>2016-04-28 20:13:26 +0200
committerLibravatar Tomáš Čech <sleep_walker@suse.cz>2016-04-28 20:13:26 +0200
commitbcdeb721893264d4c9c3471c3955ae20ce1b6e89 (patch)
tree8e2ed416caff4d0418f44a88d08e848fb8605896 /protocols
parentFix missing include paths (diff)
downloadsway-bcdeb721893264d4c9c3471c3955ae20ce1b6e89.tar.gz
sway-bcdeb721893264d4c9c3471c3955ae20ce1b6e89.tar.zst
sway-bcdeb721893264d4c9c3471c3955ae20ce1b6e89.zip
Explicitly mark static linking in CMake
When no type is given, it depends on BUILD_SHARED_LIBS value which is not desired in this case.
Diffstat (limited to 'protocols')
-rw-r--r--protocols/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/CMakeLists.txt b/protocols/CMakeLists.txt
index 0ff7c704..ff0a2e4d 100644
--- a/protocols/CMakeLists.txt
+++ b/protocols/CMakeLists.txt
@@ -22,7 +22,7 @@ WAYLAND_ADD_PROTOCOL_SERVER(proto-server-swaylock
22 swaylock 22 swaylock
23) 23)
24 24
25add_library(sway-protocols 25add_library(sway-protocols STATIC
26 ${proto-client-xdg-shell} 26 ${proto-client-xdg-shell}
27 ${proto-client-desktop-shell} 27 ${proto-client-desktop-shell}
28 ${proto-server-desktop-shell} 28 ${proto-server-desktop-shell}