summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/CMakeLists.txt2
-rw-r--r--protocols/CMakeLists.txt2
-rw-r--r--wayland/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 901a47f9..9c2c0a99 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -3,7 +3,7 @@ include_directories(
3 ${XKBCOMMON_INCLUDE_DIRS} 3 ${XKBCOMMON_INCLUDE_DIRS}
4) 4)
5 5
6add_library(sway-common 6add_library(sway-common STATIC
7 ipc-client.c 7 ipc-client.c
8 list.c 8 list.c
9 log.c 9 log.c
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}
diff --git a/wayland/CMakeLists.txt b/wayland/CMakeLists.txt
index df92db9e..54fe3e23 100644
--- a/wayland/CMakeLists.txt
+++ b/wayland/CMakeLists.txt
@@ -5,7 +5,7 @@ include_directories(
5 ${WAYLAND_INCLUDE_DIR} 5 ${WAYLAND_INCLUDE_DIR}
6) 6)
7 7
8add_library(sway-wayland 8add_library(sway-wayland STATIC
9 buffers.c 9 buffers.c
10 pango.c 10 pango.c
11 registry.c 11 registry.c